]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix duel being enabled by default
authorMario <zacjardine@y7mail.com>
Sun, 9 Sep 2018 21:09:29 +0000 (07:09 +1000)
committerMario <zacjardine@y7mail.com>
Sun, 9 Sep 2018 21:09:29 +0000 (07:09 +1000)
gamemodes-client.cfg
gamemodes-server.cfg

index e7a1607f15c8274f10603d441f65f9be21a3133d..c43b9d1d3f2e6fe73fddbb33e8489670350edc4d 100644 (file)
@@ -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
index 37f8085f8c25accf88d26026e881688c7a8a90a1..c3996c18236cbfab1d52b990bf584f9294fe38c1 100644 (file)
@@ -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"