Fix typo from last commit

This commit is contained in:
BeniS 2013-02-28 10:31:15 +13:00
parent ccbe491e3c
commit eb46b96ffa
1 changed files with 1 additions and 1 deletions

View File

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