mirror of
https://github.com/edubart/otclient.git
synced 2025-12-01 07:36:49 +01: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