]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/teamplay.qc
remove the CTF win mode autocvar, not needed
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / teamplay.qc
index d47115e8fe6cf37f67ce3d005460d45f5e708521..871d6ab66805b33e2497673139363b808feeab76 100644 (file)
@@ -239,7 +239,6 @@ void InitGameplayMode()
                game = GAME_CTF;
                gamemode_name = "Capture the Flag";
                ActivateTeamplay();
-               g_ctf_win_mode = autocvar_g_ctf_win_mode;
                g_ctf_ignore_frags = autocvar_g_ctf_ignore_frags;
                if(g_ctf_win_mode == 2)
                {