From 668ec3cc7343abbb08e5dafbf10bc73a8c19e8e1 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 10 Sep 2018 07:09:29 +1000 Subject: [PATCH] Fix duel being enabled by default --- gamemodes-client.cfg | 1 + gamemodes-server.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" -- 2.39.2