mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
Some fixes in entergame and widget clipping
This commit is contained in:
@@ -261,11 +261,10 @@ function CharacterList.destroy()
|
||||
end
|
||||
|
||||
function CharacterList.show()
|
||||
if not loadBox and not errorBox and charactersWindow then
|
||||
charactersWindow:show()
|
||||
charactersWindow:raise()
|
||||
charactersWindow:focus()
|
||||
end
|
||||
if loadBox or errorBox or not charactersWindow then return end
|
||||
charactersWindow:show()
|
||||
charactersWindow:raise()
|
||||
charactersWindow:focus()
|
||||
end
|
||||
|
||||
function CharacterList.hide(showLogin)
|
||||
|
Reference in New Issue
Block a user