From: Mario Date: Sat, 22 Oct 2022 01:16:40 +0000 (+1000) Subject: Don't disable sv_gameplayfix_unstickplayers in Xonotic's configuration as the default... X-Git-Tag: xonotic-v0.8.6~314 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=5c48d7ae3796fcc7ecd742d3b0ee6c6e19a65608;p=xonotic%2Fxonotic-data.pk3dir.git Don't disable sv_gameplayfix_unstickplayers in Xonotic's configuration as the default is enabled, fixes #2746 but undoes #2740 --- diff --git a/xonotic-server.cfg b/xonotic-server.cfg index fed4d794a..1821fa1d7 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -405,7 +405,6 @@ sv_gameplayfix_delayprojectiles 0 sv_gameplayfix_q2airaccelerate 1 sv_gameplayfix_stepmultipletimes 1 sv_gameplayfix_stepdown 2 -sv_gameplayfix_unstickplayers 0 // only available in qc physics set sv_gameplayfix_stepdown_maxspeed 0 "maximum speed walking entities can be moving for stepping down to apply - requires sv_qcphysics 1"