]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/onslaught/sv_onslaught.qh
GameRules: make `GameRules_teams(true)` imply `have_team_spawns = -1`
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / onslaught / sv_onslaught.qh
index f27689503be71f02a526caed8ec9c77990640d92..7f2434915e7a67b6d6ed269e36ecb4d351d88014 100644 (file)
@@ -13,7 +13,6 @@ REGISTER_MUTATOR(ons, false)
 
                GameRules_teams(true);
                GameRules_limit_score(autocvar_g_onslaught_point_limit);
-               have_team_spawns = -1; // request team spawns
        }
 
        MUTATOR_ONROLLBACK_OR_REMOVE