Fix typo from last commit

master
BeniS 11 years ago
parent ccbe491e3c
commit eb46b96ffa

@ -202,7 +202,7 @@ function save()
if perCharacter then
local char = g_game.getCharacterName()
if not hotkeys[char] then
hotkeys[hotkeys[char]] = {}
hotkeys[char] = {}
end
hotkeys = hotkeys[char]
end

Loading…
Cancel
Save