]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update sv_gameplayfix_stepdown_maxspeed description to mention that it requires QC... 767/head
authorMario <mario.mario@y7mail.com>
Sat, 8 Feb 2020 09:04:59 +0000 (19:04 +1000)
committerMario <mario.mario@y7mail.com>
Sat, 8 Feb 2020 09:04:59 +0000 (19:04 +1000)
xonotic-server.cfg

index 2bdc62bd198f6bf20e6fe969ae68fbf5b5321a02..a128a801d89dda6cab884354d3f5855b7f93109d 100644 (file)
@@ -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"