From: Mario Date: Sun, 9 Sep 2018 21:09:29 +0000 (+1000) Subject: Fix duel being enabled by default X-Git-Tag: xonotic-v0.8.5~1809^2~7 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=668ec3cc7343abbb08e5dafbf10bc73a8c19e8e1;p=xonotic%2Fxonotic-data.pk3dir.git Fix duel being enabled by default --- diff --git a/gamemodes-client.cfg b/gamemodes-client.cfg index e7a1607f1..c43b9d1d3 100644 --- a/gamemodes-client.cfg +++ b/gamemodes-client.cfg @@ -31,6 +31,7 @@ alias cl_hook_gamestart_cts alias cl_hook_gamestart_ka alias cl_hook_gamestart_ft alias cl_hook_gamestart_inv +alias cl_hook_gamestart_duel alias cl_hook_gameend "rpn /cl_matchcount dup load 1 + =" // increase match count every time a game ends alias cl_hook_shutdown alias cl_hook_activeweapon diff --git a/gamemodes-server.cfg b/gamemodes-server.cfg index 37f8085f8..c3996c182 100644 --- a/gamemodes-server.cfg +++ b/gamemodes-server.cfg @@ -536,4 +536,4 @@ set g_invasion_type 0 "type of invasion mode - 0: round-based, 1: hunting, 2: co // ====== // duel // ====== -set g_duel 1 "Duel: frag the opponent more in a one versus one arena battle" +set g_duel 0 "Duel: frag the opponent more in a one versus one arena battle"