Fix typo from last commit

master
BeniS 11 years ago
parent ccbe491e3c
commit eb46b96ffa

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

Loading…
Cancel
Save