mirror of
https://github.com/edubart/otclient.git
synced 2025-06-16 07:14:29 +02:00
Small fix to characterlist
This commit is contained in:
parent
d429e385bb
commit
e3cbc59cc8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user