From fe890efe0e641474551afeb55a65c475ea9e5e95 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 19 Sep 2015 06:09:09 +1000 Subject: [PATCH] Disable multijump on the client by default (only those who want it should be able to use it) --- mutators.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutators.cfg b/mutators.cfg index 3300476bf..5eaa0ad17 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -398,7 +398,7 @@ set g_breakablehook_owner 0 "allow owner to break their own hook" // =========== // multijump // =========== -seta cl_multijump 1 "allow multijump mutator" +seta cl_multijump 0 "allow multijump mutator" set g_multijump 0 "Number of multiple jumps to allow (jumping again in the air), -1 allows for infinite jumps" set g_multijump_add 0 "0 = make the current z velocity equal to jumpvelocity, 1 = add jumpvelocity to the current z velocity" set g_multijump_speed -999999 "Minimum vertical speed a player must have in order to jump again" -- 2.39.2