]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sv_main.qc
Add Arena to the mutator system, making use of round_handler. Also add support for...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sv_main.qc
index d2b2d594fedf53a46444cfdcf1390916ae8ab347..3a9bec49ac8ea4a021dd8ff9857237a14d741882 100644 (file)
@@ -146,7 +146,6 @@ Called before each frame by the server
 float game_delay;
 float game_delay_last;
 
-void Arena_Main();
 void RuneMatchGivePoints();
 float RedirectionThink();
 entity SelectSpawnPoint (float anypoint);
@@ -223,8 +222,6 @@ void StartFrame (void)
                return;
        }
 
-       Arena_Main();
-
        CreatureFrame ();
        CheckRules_World ();