mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54: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 } )
|
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
|
focusLabel = widget
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user