From: Mario Date: Sat, 8 Feb 2020 09:04:59 +0000 (+1000) Subject: Update sv_gameplayfix_stepdown_maxspeed description to mention that it requires QC... X-Git-Tag: xonotic-v0.8.5~1128^2~2^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fmerge-requests%2F767%2Fhead;p=xonotic%2Fxonotic-data.pk3dir.git Update sv_gameplayfix_stepdown_maxspeed description to mention that it requires QC physics --- diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 2bdc62bd1..a128a801d 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -395,7 +395,7 @@ sv_gameplayfix_q2airaccelerate 1 sv_gameplayfix_stepmultipletimes 1 sv_gameplayfix_stepdown 2 // only available in qc physics -set sv_gameplayfix_stepdown_maxspeed 0 "maximum speed the entity can be moving for stepping down to apply" +set sv_gameplayfix_stepdown_maxspeed 0 "maximum speed walking entities can be moving for stepping down to apply - requires sv_qcphysics 1" // delay for "kill" to prevent abuse set g_balance_kill_delay 2 "timer before death when using the kill command"