Fix typo from last commit
This commit is contained in:
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…
Reference in New Issue