]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/ent_cs.qc
Use gender-neutral pronouns when referring to the player
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / ent_cs.qc
index f8e1941f59fc2608e2fb2c0bdf2d1a4d28115992..85119de08825c52ab9c6692d87d4d9a3eb9fd83b 100644 (file)
@@ -230,8 +230,8 @@ ENTCS_PROP(SOLID, true, sv_solid, solid, ENTCS_SET_NORMAL,
                }
 
                // 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);