Version 0.991 BETA

This commit is contained in:
OTCv8
2019-10-07 15:52:55 +02:00
parent bc977c268e
commit c5c600e83e
12 changed files with 57 additions and 22 deletions

View File

@@ -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')

View File

@@ -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