mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01: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