mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
tiny fix to my last commit... used for testing
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user