fix motd box issues

This commit is contained in:
Eduardo Bart
2011-10-31 15:56:00 -02:00
parent e9d69b7980
commit 841769cc7d
4 changed files with 16 additions and 8 deletions

View File

@@ -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