mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
Allow to set default server in entergame
This commit is contained in:
@@ -31,8 +31,11 @@ function UITable:onDestroy()
|
||||
self.columns = {}
|
||||
self.headerRow = {}
|
||||
self.selectedRow = nil
|
||||
self.dataSpace:destroyChildren()
|
||||
self.dataSpace = nil
|
||||
|
||||
if self.dataSpace then
|
||||
self.dataSpace:destroyChildren()
|
||||
self.dataSpace = nil
|
||||
end
|
||||
end
|
||||
|
||||
function UITable:onStyleApply(styleName, styleNode)
|
||||
|
Reference in New Issue
Block a user