mirror of
https://github.com/OTCv8/otclientv8.git
synced 2026-03-17 20:23:31 +01:00
Important bug fixes for version 1.2
This commit is contained in:
@@ -421,7 +421,7 @@ function prepareKeyCombo(keyCombo, ticks)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if hotKey.itemId == nil and hotKey.action == nil then -- say
|
if hotKey.itemId == nil and hotKey.action == nil then -- say
|
||||||
scheduleEvent(function() doKeyCombo(keyCombom, ticks >= 5) end, g_settings.getNumber('hotkeyDelay'))
|
scheduleEvent(function() doKeyCombo(keyCombo, ticks >= 5) end, g_settings.getNumber('hotkeyDelay'))
|
||||||
else
|
else
|
||||||
doKeyCombo(keyCombo, ticks >= 5)
|
doKeyCombo(keyCombo, ticks >= 5)
|
||||||
end
|
end
|
||||||
@@ -448,7 +448,6 @@ function doKeyCombo(keyCombo, repeated)
|
|||||||
if hotKey.hotkeyDelayTo ~= nil and g_clock.millis() < hotKey.hotkeyDelayTo then
|
if hotKey.hotkeyDelayTo ~= nil and g_clock.millis() < hotKey.hotkeyDelayTo then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
if hotKey.action then
|
if hotKey.action then
|
||||||
executeExtraHotkey(hotKey.action, repeated)
|
executeExtraHotkey(hotKey.action, repeated)
|
||||||
elseif hotKey.itemId == nil then
|
elseif hotKey.itemId == nil then
|
||||||
|
|||||||
BIN
otclient_dx.exe
BIN
otclient_dx.exe
Binary file not shown.
BIN
otclient_gl.exe
BIN
otclient_gl.exe
Binary file not shown.
BIN
otclient_linux
BIN
otclient_linux
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user