]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sv_main.qc
Forbid impulses even during the countdown to round start, it fixes issues with weapons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sv_main.qc
index 171a4ae9b7d9505e52f6faf3a77a880638a77663..8d81e03806267b9c5b565aa495ade4744cffa619 100644 (file)
@@ -153,8 +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);
 void StartFrame (void)
@@ -230,12 +228,9 @@ void StartFrame (void)
                return;
        }
 
-       Arena_Main();
-
        CreatureFrame ();
        CheckRules_World ();
 
-       RuneMatchGivePoints();
        bot_serverframe();
 
        FOR_EACH_PLAYER(self)