mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-12-06 12:26:50 +01:00
Version 1.5 - bug fixes and small improvements
This commit is contained in:
@@ -367,7 +367,7 @@ end
|
||||
|
||||
function turn(dir, repeated)
|
||||
local player = g_game.getLocalPlayer()
|
||||
if player:isWalking() and player:getWalkDirection() == dir then
|
||||
if player:isWalking() and player:getWalkDirection() == dir and not player:isServerWalking() then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user