From: Mario Date: Thu, 24 Dec 2015 02:04:54 +0000 (+1000) Subject: Disable oneflag by default (servers will have to enable it manually if they want... X-Git-Tag: xonotic-v0.8.2~1419 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9d2e9eaab6f9743fa56f964496c3390be390db25;p=xonotic%2Fxonotic-data.pk3dir.git Disable oneflag by default (servers will have to enable it manually if they want oneflag CTF maps to work properly) --- 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"