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

master
otfallen 12 years ago
parent f5cbb62eff
commit 29ec07efb4

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

Loading…
Cancel
Save