]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/ent_cs.qc
Merge branch 'pending-release' into Mario/survival
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / ent_cs.qc
index e0db50ac8c30a7526bd392bf89c1907ed0c74321..b84a98ca6d3c9d1f723eec988d7cb89bb2de9918 100644 (file)
@@ -235,8 +235,8 @@ ENTCS_PROP(SURVIVAL_STATUS, true, survival_status, survival_status, ENTCS_SET_NO
                }
 
                // always send origin of players even if they stand still otherwise
-               // if a teammate isn't in my pvs and his health (or view angle or name
-               // etc...) changes then his tag disappears
+               // if a teammate isn't in my pvs and their health (or view angle or name
+               // etc...) changes then their tag disappears
                if (IS_PLAYER(this.owner))
                        this.SendFlags |= BIT(ENTCS_PROP_ORIGIN_id);