mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
Fix auto chase override
This commit is contained in:
@@ -3,4 +3,4 @@ Font
|
||||
texture: verdana-11px-monochrome_cp1252.png
|
||||
height: 14
|
||||
glyph-size: 16 16
|
||||
space-width: 4
|
||||
space-width: 3
|
||||
|
@@ -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