mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 07:26:49 +01:00
Fix typo from last commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user