mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
Fix 255 also another cooldown bug:
* If you use the cooldown during the ping delay time it wouldn't init the cooldown again.
This commit is contained in:
@@ -134,7 +134,7 @@ function onGameStart()
|
||||
-- open tibia has delay in auto walking
|
||||
if not g_game.isOfficialTibia() then
|
||||
g_game.enableFeature(GameForceFirstAutoWalkStep)
|
||||
else
|
||||
else
|
||||
g_game.disableFeature(GameForceFirstAutoWalkStep)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user