tiny fix to my last commit... used for testing

This commit is contained in:
otfallen 2012-09-15 03:53:24 +00:00
parent f5cbb62eff
commit 29ec07efb4
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ function CharacterList.destroy()
end end
function CharacterList.show() function CharacterList.show()
if not loadBox and not errorBox then if not loadBox and not errorBox and charactersWindow then
charactersWindow:show() charactersWindow:show()
charactersWindow:raise() charactersWindow:raise()
charactersWindow:focus() charactersWindow:focus()