From: Mario Date: Fri, 18 Sep 2015 20:09:09 +0000 (+1000) Subject: Disable multijump on the client by default (only those who want it should be able... X-Git-Tag: xonotic-v0.8.2~1925 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=fe890efe0e641474551afeb55a65c475ea9e5e95 Disable multijump on the client by default (only those who want it should be able to use it) --- diff --git a/mutators.cfg b/mutators.cfg index 3300476bfc..5eaa0ad17f 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"