]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_assault.qc
Kill another bunch of gamemode specific checks
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_assault.qc
index c53511cfa0ada4d06451c76f78984900fe27733d..8df531915640651c45ca02798d0409f92f37565a 100644 (file)
@@ -573,6 +573,12 @@ MUTATOR_HOOKFUNCTION(as, GetTeamCount)
        return true;
 }
 
+MUTATOR_HOOKFUNCTION(as, CheckRules_World)
+{
+       ret_float = WinningCondition_Assault();
+       return true;
+}
+
 // scoreboard setup
 void assault_ScoreRules()
 {