Updated market to work on >10.90

This commit is contained in:
OTCv8
2020-01-23 08:00:37 +01:00
parent 9b9ade0bc9
commit 440bf56060
4 changed files with 15 additions and 4 deletions

View File

@@ -289,7 +289,7 @@ function walk(dir, ticks)
local dash = false
local ignoredCanWalk = false
if not g_game.getFeature(GameNewWalking) then
dash = g_settings.getBoolean("dash", true)
dash = g_settings.getBoolean("dash", false)
end
local ticksToNextWalk = player:getStepTicksLeft()