]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
footsteps are on by default, so turn off the "Steps" mutator list item
authorRudolf Polzer <divverent@alientrap.org>
Sat, 2 Oct 2010 10:41:16 +0000 (12:41 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 2 Oct 2010 10:41:16 +0000 (12:41 +0200)
qcsrc/server/teamplay.qc

index 04580e6c42eade3dc20fdfa0722dd970d93bff8f..912e22c2441e8c9aabea1cef218d45f234b3a2dc 100644 (file)
@@ -513,8 +513,6 @@ void PrintWelcomeMessage(entity pl)
                modifications = strcat(modifications, ", Low gravity");
        if(g_cloaked)
                modifications = strcat(modifications, ", Cloaked");
-       if(g_footsteps)
-               modifications = strcat(modifications, ", Steps");
        if(g_grappling_hook)
                modifications = strcat(modifications, ", Hook");
        if(g_laserguided_missile)