]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sv_main.qc
Merge branch 'terencehill/ca_arena_freezetag_bugfixes' into terencehill/arena_gamemode
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sv_main.qc
index 171a4ae9b7d9505e52f6faf3a77a880638a77663..a6c28a5c0988d2fda7ba18ae8efc8d071d95b863 100644 (file)
@@ -153,7 +153,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);
@@ -230,8 +229,6 @@ void StartFrame (void)
                return;
        }
 
-       Arena_Main();
-
        CreatureFrame ();
        CheckRules_World ();