fix an error
This commit is contained in:
parent
eb4b83faaf
commit
94324e3e88
|
@ -9,7 +9,7 @@ local enterGameWindow
|
|||
local function onError(protocol, error)
|
||||
loadBox:destroy()
|
||||
local errorBox = displayErrorBox('Login Error', error)
|
||||
errorBox.onOk = EnterGame.create()
|
||||
errorBox.onOk = EnterGame.create
|
||||
end
|
||||
|
||||
local function onMotd(protocol, motd)
|
||||
|
|
Loading…
Reference in New Issue