]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/vote.qc
Use gender-neutral pronouns when referring to the player
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / vote.qc
index b360f34d3f325133ee88629f26110d54a5f508d8..10d1d382236ff88fdba8c73de61d7b9de2dd8e62 100644 (file)
@@ -406,7 +406,7 @@ void reset_map(bool dorespawn, bool is_fake_round_start)
                        {
                                // PlayerScore_Clear(it);
                                CS(it).killcount = 0;
-                               // stop the player from moving so that he stands still once he gets respawned
+                               // stop the player from moving so that they stand still once they get respawned
                                it.velocity = '0 0 0';
                                it.avelocity = '0 0 0';
                                CS(it).movement = '0 0 0';