]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/teamplay.qc
Make ons a proper mutator, give it a optional, alternative spawnsystem.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / teamplay.qc
index f37167a498e268b98e4819ffaf099b10c7c5462d..ee80f812b202a52c3866fd29775962b37e6e07c8 100644 (file)
@@ -213,6 +213,7 @@ void InitGameplayMode()
        {
                ActivateTeamplay();
                have_team_spawns = -1; // request team spawns
+               MUTATOR_ADD(gamemode_onslaught);
        }
 
        if(g_race)