mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
Some fixes
* Scrollbar on hotkeys window * Guild channel will appears on channel list but not yet working properly
This commit is contained in:
@@ -286,7 +286,7 @@ end
|
||||
function HotkeysManager.call(keyCombo)
|
||||
if g_game.isOnline() then
|
||||
local hotKey = hotkeyList[keyCombo]
|
||||
if hotKey.itemId == nil and hotKey.value ~= '' then
|
||||
if hotKey ~= nil and hotKey.itemId == nil and hotKey.value ~= '' then
|
||||
if hotKey.autoSend then
|
||||
g_game.talk(hotKey.value)
|
||||
else
|
||||
|
Reference in New Issue
Block a user