From 9d2e9eaab6f9743fa56f964496c3390be390db25 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 24 Dec 2015 12:04:54 +1000 Subject: [PATCH] Disable oneflag by default (servers will have to enable it manually if they want oneflag CTF maps to work properly) --- gamemodes.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemodes.cfg b/gamemodes.cfg index 60b791f0c..3952ab06b 100644 --- a/gamemodes.cfg +++ b/gamemodes.cfg @@ -254,7 +254,7 @@ set g_ca_teams 0 // capture the flag // ================== set g_ctf 0 "Capture The Flag: take the enemy flag and bring it to yours at your base to score" -set g_ctf_oneflag 1 "Allow oneflag CTF mode on maps that support it" +set g_ctf_oneflag 0 "Allow oneflag CTF mode on maps that support it" set g_ctf_oneflag_reverse 0 "apply reverse mode to oneflag CTF (take flag to enemy bases to cap), overrides g_ctf_reverse only in oneflag, g_ctf_reverse still affects oneflag" set g_ctf_flag_return 1 "auto return the flag to base when touched by a teammate" set g_ctf_flag_return_carrying 0 "(manual return mode) auto return the flag to base if touched by a flag carrier" -- 2.39.2