mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
fix an error
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user