From: FruitieX Date: Sat, 14 Aug 2010 15:56:58 +0000 (+0300) Subject: disable multijump by default X-Git-Tag: xonotic-v0.1.0preview~361^2~11^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9d52c7b5787272829bdda1bfcf0955d9f4aa427c;p=xonotic%2Fxonotic-data.pk3dir.git disable multijump by default --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 8fbd0cdb4..7702f4f1e 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -846,7 +846,7 @@ set g_footsteps 1 "serverside footstep sounds" set g_deathglow 1.25 "when enabled, players stop glowing after they die (the value specifies glow fading speed)" -set g_multijump 1 "Number of multiple jumps to allow (jumping again in the air), -1 allows for infinite jumps" +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"