mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 22:53:26 +02:00
Version 1.8
This commit is contained in:
@@ -186,6 +186,7 @@ end
|
||||
|
||||
-- public functions
|
||||
function EnterGame.init()
|
||||
if USE_NEW_ENERGAME then return end
|
||||
enterGame = g_ui.displayUI('entergame')
|
||||
|
||||
serverSelectorPanel = enterGame:getChildById('serverSelectorPanel')
|
||||
@@ -246,6 +247,7 @@ function EnterGame.init()
|
||||
end
|
||||
|
||||
function EnterGame.terminate()
|
||||
if USE_NEW_ENERGAME then return end
|
||||
g_keyboard.unbindKeyDown('Ctrl+G')
|
||||
|
||||
enterGame:destroy()
|
||||
|
Reference in New Issue
Block a user