X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fteamplay.qc;h=f2d88aa77c9535f5735db54336291c2f5b53a0cb;hb=15a18e8ca7c55ac8187b9ea266d15c2d6e0cb869;hp=ba1b4e6eedacb91412044bd0529c472ac3ffb977;hpb=74941aea60c6fb7d875403113249410ee8af7c5e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/teamplay.qc b/qcsrc/server/teamplay.qc index ba1b4e6ee..f2d88aa77 100644 --- a/qcsrc/server/teamplay.qc +++ b/qcsrc/server/teamplay.qc @@ -146,6 +146,7 @@ void InitGameplayMode() if(g_onslaught) { ActivateTeamplay(); + fraglimit_override = autocvar_g_onslaught_point_limit; have_team_spawns = -1; // request team spawns MUTATOR_ADD(gamemode_onslaught); }