]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/duel/sv_duel.qc
Remove g_duel_warmup (XPM ruleset turns on warmup when executed)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / duel / sv_duel.qc
index ab01f64ee7dfefc6a5ebaaa15740fff29a3e498c..fc662e2a9fa826648cebfcb875b493ef1a4c40db 100644 (file)
@@ -1,12 +1,5 @@
 #include "sv_duel.qh"
 
-MUTATOR_HOOKFUNCTION(duel, ReadLevelCvars)
-{
-       if(autocvar_g_duel_warmup)
-               warmup_stage = 1; // otherwise allow it if it's enabled
-       //sv_ready_restart_after_countdown = 0;
-}
-
 MUTATOR_HOOKFUNCTION(duel, GetPlayerLimit)
 {
        M_ARGV(0, int) = 2; // duel is always 1v1!