]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/freezetag/sv_freezetag.qc
Merge branch 'master' into pending-release
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / freezetag / sv_freezetag.qc
index 4c50abb464e3737b0284849e98c69671580e5aa2..444268a2dd3da910f9b98c287c6ef7ad89056fd4 100644 (file)
@@ -356,7 +356,7 @@ MUTATOR_HOOKFUNCTION(ft, PlayerDies)
        if(ITEM_DAMAGE_NEEDKILL(frag_deathtype)
                || frag_deathtype == DEATH_TEAMCHANGE.m_id || frag_deathtype == DEATH_AUTOTEAMCHANGE.m_id)
        {
-               // let the player die, he will be automatically frozen when he respawns
+               // let the player die, they will be automatically frozen when they respawn
                if (STAT(FROZEN, frag_target) != FROZEN_NORMAL)
                {
                        freezetag_Add_Score(frag_target, frag_attacker);