]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable multijump on the client by default (only those who want it should be able...
authorMario <zacjardine@y7mail.com>
Fri, 18 Sep 2015 20:09:09 +0000 (06:09 +1000)
committerMario <zacjardine@y7mail.com>
Fri, 18 Sep 2015 20:09:09 +0000 (06:09 +1000)
mutators.cfg

index 3300476bfc9dfaa99738d9d9c37599ff87a585a8..5eaa0ad17f6641181b6df34bdb28229694c97c2e 100644 (file)
@@ -398,7 +398,7 @@ set g_breakablehook_owner 0 "allow owner to break their own hook"
 // ===========
 //  multijump
 // ===========
 // ===========
 //  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"
 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"