X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fstats.qh;h=9ecac9f7c0bdd0bf2ee59dad460c6beea9905fc0;hb=b02c48825fcd881c01d1283798ccc409c2086729;hp=c77ca16be2a432043f0d8808fa1506b25b0d3a7d;hpb=a1beea889a010c452841a7749c46a83aadd99ae0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/stats.qh b/qcsrc/common/stats.qh index c77ca16be..9ecac9f7c 100644 --- a/qcsrc/common/stats.qh +++ b/qcsrc/common/stats.qh @@ -193,7 +193,7 @@ int autocvar_sv_gameplayfix_easierwaterjump = 1; int autocvar_sv_gameplayfix_stepdown = 2; float autocvar_sv_gameplayfix_stepdown_maxspeed = 0; int autocvar_sv_gameplayfix_stepmultipletimes = 1; -int autocvar_sv_gameplayfix_unstickplayers = 1; +int autocvar_sv_gameplayfix_unstickplayers = 2; int autocvar_sv_gameplayfix_fixedcheckwatertransition = 1; int autocvar_sv_gameplayfix_slidemoveprojectiles = 1; int autocvar_sv_gameplayfix_grenadebouncedownslopes = 1;