]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/teamplay.qc
Moving Assault to the mutator API
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / teamplay.qc
index b8f2f3ac8746ea4e02daae0936833d2086954699..f2aaf258bfffd3850382b4f2000b7d8c0ed09069 100644 (file)
@@ -203,7 +203,7 @@ void InitGameplayMode()
        if(g_assault)
        {
                ActivateTeamplay();
-               ScoreRules_assault();
+               MUTATOR_ADD(gamemode_assault);
                have_team_spawns = -1; // request team spawns
        }