mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
Minor fix to previous commit and added mouse scroll option to UIScrollBar class.
This commit is contained in:
@@ -85,7 +85,7 @@ end
|
||||
|
||||
function load()
|
||||
local hotkeySettings = g_settings.getNode('HotkeysManager') or {}
|
||||
if hotkeySettings then
|
||||
if hotkeySettings ~= nil then
|
||||
local playerHotkeySettings = hotkeySettings[g_game.getLocalPlayer():getName()]
|
||||
|
||||
local hasCombos = false
|
||||
|
Reference in New Issue
Block a user