From 89f48387b1647c195e88f69a830f3d3eb54cd271 Mon Sep 17 00:00:00 2001 From: Frisasky Date: Sat, 14 Sep 2019 12:57:13 +0800 Subject: [PATCH] Update Action source config default --- ActionSource/server.cfg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ActionSource/server.cfg b/ActionSource/server.cfg index 8efad92..2508bfe 100644 --- a/ActionSource/server.cfg +++ b/ActionSource/server.cfg @@ -108,17 +108,17 @@ heartbeat // enable one hit kill ultimate gib mode (1 = enable) mp_instagib 0 -// allow "capture the briefcase" mode on supported maps (0 = disable) -mp_allowctb 1 +// allow "capture the briefcase" mode on supported maps (1 = enable) +mp_allowctb 0 -// allow "dante must die" mode on supported maps (0 = disable) -mp_allowdante 1 +// allow "dante must die" mode on supported maps (1 = enable) +mp_allowdante 0 -// allow VIP mode on supported maps (0 = disable) -mp_allowvip 1 +// allow VIP mode on supported maps (1 = enable) +mp_allowvip 0 -// allow map defined goal modes (0 = disable) -mp_allowcustom 1 +// allow map defined goal modes (1 = enable) +mp_allowcustom 0 // ........................ game rules................................//