Minor fix to previous commit and added mouse scroll option to UIScrollBar class.

This commit is contained in:
BeniS
2013-01-11 20:10:37 +13:00
parent 914b4bd5f3
commit 1b6be92cad
3 changed files with 23 additions and 6 deletions

View File

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