mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 20:43:26 +02:00
Fix auto chase override
This commit is contained in:
@@ -33,7 +33,8 @@ function init()
|
||||
onFightModeChange = update,
|
||||
onChaseModeChange = update,
|
||||
onSafeFightChange = update,
|
||||
onWalk = check
|
||||
onWalk = check,
|
||||
onAutoWalk = check
|
||||
})
|
||||
|
||||
if g_game.isOnline() then
|
||||
@@ -56,7 +57,8 @@ function terminate()
|
||||
onFightModeChange = update,
|
||||
onChaseModeChange = update,
|
||||
onSafeFightChange = update,
|
||||
onWalk = check
|
||||
onWalk = check,
|
||||
onAutoWalk = check
|
||||
})
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user