mirror of
https://github.com/edubart/otclient.git
synced 2025-12-22 00:17:10 +01:00
change loadUI/UI.display lua API
This commit is contained in:
@@ -51,7 +51,7 @@ end
|
||||
|
||||
-- public functions
|
||||
function EnterGame.create()
|
||||
enterGame = UI.loadAndDisplay('/entergame/entergame.otui')
|
||||
enterGame = UI.display('entergame.otui')
|
||||
|
||||
local account = Configs.get('account')
|
||||
local password = Configs.get('password')
|
||||
|
||||
Reference in New Issue
Block a user