mirror of
https://github.com/edubart/otclient.git
synced 2025-12-26 09:47:11 +01:00
fix some login phases issues
This commit is contained in:
@@ -86,14 +86,17 @@ function CharacterList.create(characters, premDays)
|
||||
end
|
||||
|
||||
function CharacterList.hide()
|
||||
charactersWindow:unlock()
|
||||
charactersWindow:hide()
|
||||
end
|
||||
|
||||
function CharacterList.close()
|
||||
CharacterList.hide()
|
||||
EnterGame.show()
|
||||
end
|
||||
|
||||
function CharacterList.show()
|
||||
if not loadBox then
|
||||
charactersWindow:show()
|
||||
charactersWindow:lock()
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user