mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 06:33:26 +02:00
Updated market to work on >10.90
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user