]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sv_main.qc
Fix monsters firing projectiles only infront of themselves, and not above
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sv_main.qc
index 579afd544718e0cbec1ba923afc90dda3cb29d36..3a879952c9e86e8af73050b9f2f52bb1401877d8 100644 (file)
@@ -154,7 +154,6 @@ Called before each frame by the server
 float game_delay;
 float game_delay_last;
 
-void RuneMatchGivePoints();
 float RedirectionThink();
 entity SelectSpawnPoint (float anypoint);
 void StartFrame (void)
@@ -239,7 +238,6 @@ void StartFrame (void)
        CreatureFrame ();
        CheckRules_World ();
 
-       RuneMatchGivePoints();
        bot_serverframe();
 
        FOR_EACH_PLAYER(self)