mirror of
https://github.com/edubart/otclient.git
synced 2025-12-26 09:47:11 +01:00
fix motd box issues
This commit is contained in:
@@ -75,7 +75,7 @@ function CharacterList.create(characters, premDays)
|
||||
label.worldHost = worldHost
|
||||
label.worldPort = worldIp
|
||||
|
||||
if i == 0 or Configs.get('lastUsedCharacter') == characterName then
|
||||
if i == 1 or Configs.get('lastUsedCharacter') == characterName then
|
||||
characterList:focusChild(label, ActiveFocusReason)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user