mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
change loadUI/UI.display lua API
This commit is contained in:
@@ -5,7 +5,7 @@ local about
|
||||
|
||||
-- public functions
|
||||
function About.create()
|
||||
about = UI.loadAndDisplay("/about/about.otui")
|
||||
about = UI.display('about.otui')
|
||||
UI.root:lockChild(about)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user