mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 22:23:28 +02:00
Version 0.991 BETA
This commit is contained in:
@@ -26,11 +26,6 @@ Panel
|
||||
!text: tr('Enable smart walking')
|
||||
!tooltip: tr('Will detect when to use diagonal step based on the\nkeys you are pressing')
|
||||
|
||||
OptionCheckBox
|
||||
id: ignoreServerDirection
|
||||
!text: tr('Ignore server direction')
|
||||
!tooltip: tr('Doesn\'t change direction when walk is canceled')
|
||||
|
||||
OptionCheckBox
|
||||
id: realDirection
|
||||
!text: tr('Show real direction')
|
||||
|
@@ -295,8 +295,8 @@ function setOption(key, value, force)
|
||||
if modules.game_console and modules.game_console.consoleToggleChat:isChecked() ~= value then
|
||||
modules.game_console.consoleToggleChat:setChecked(value)
|
||||
end
|
||||
elseif key == 'ignoreServerDirection' then
|
||||
g_game.ignoreServerDirection(value)
|
||||
--elseif key == 'ignoreServerDirection' then
|
||||
-- g_game.ignoreServerDirection(value)
|
||||
elseif key == 'realDirection' then
|
||||
g_game.showRealDirection(value)
|
||||
elseif key == 'hotkeyDelay' then
|
||||
|
Reference in New Issue
Block a user