]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/vote.qc
Move some more cvars and kill a keyhunt specific call
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / vote.qc
index 60faeb3c254c709009966df0ebe13a3b8c725860..5da2feb2f14d85a73520590a586e21ef11b5f307 100644 (file)
@@ -422,9 +422,6 @@ void reset_map(float dorespawn)
                }
        }
 
-       if(g_keyhunt)
-               kh_Controller_SetThink(autocvar_g_balance_keyhunt_delay_round + (game_starttime - time), kh_StartRound);
-
        setself(this);
 }