mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
Fixes to scrollbar
This commit is contained in:
@@ -244,7 +244,7 @@ function CharacterList.hide()
|
||||
end
|
||||
|
||||
function CharacterList.showAgain()
|
||||
if characterList:hasChildren() then
|
||||
if characterList and characterList:hasChildren() then
|
||||
CharacterList.show()
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user