mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Small fix to characterlist
This commit is contained in:
@@ -204,7 +204,7 @@ function CharacterList.create(characters, account, otui)
|
||||
|
||||
connect(widget, { onDoubleClick = function () CharacterList.doLogin() return true end } )
|
||||
|
||||
if i == 1 or g_settings.get('lastUsedCharacter') == characterName then
|
||||
if i == 1 or g_settings.get('lastUsedCharacter') == widget.characterName then
|
||||
focusLabel = widget
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user