]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/lms/sv_lms.qc
Use gender-neutral pronouns when referring to the player
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / lms / sv_lms.qc
index 947111a08f66e80c566c4c5cc92ad0dd9d409bb4..ec085b7ae76be6331c1846ddc8ddf507d625ee5e 100644 (file)
@@ -112,7 +112,7 @@ int WinningCondition_LMS()
                        else
                        {
                                // a winner!
-                               // and assign him his first place
+                               // and assign them their first place
                                GameRules_scoring_add(first_player, LMS_RANK, 1);
                                first_player.winning = 1;
                                return WINNING_YES;