]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/nexball/nexball.qc
GameRules: make `GameRules_teams(true)` imply `have_team_spawns = -1`
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / nexball / nexball.qc
index be00469cfcf0f9bda5928efc9a63b0aa177d4fe9..163cc3854185fbd7b52165fdf6ef0399e1275a44 100644 (file)
@@ -1158,7 +1158,6 @@ REGISTER_MUTATOR(nb, g_nexball)
                GameRules_teams(true);
                GameRules_limit_score(autocvar_g_nexball_goallimit);
                GameRules_limit_lead(autocvar_g_nexball_goalleadlimit);
-               have_team_spawns = -1; // request team spawns
        }
 
        MUTATOR_ONROLLBACK_OR_REMOVE