mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02: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