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