Version 1.8

This commit is contained in:
OTCv8
2020-01-10 02:29:15 +01:00
parent 2a10e65ec0
commit 26c347d2bc
38 changed files with 531 additions and 792 deletions

View File

@@ -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()