mirror of
https://github.com/edubart/otclient.git
synced 2025-05-02 18:49:21 +02:00
Fix login error message
This commit is contained in:
parent
f044cf2a83
commit
351115d9d9
@ -123,7 +123,7 @@ function onGameLoginError(message)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function onGameConnectionError(code, message)
|
function onGameConnectionError(message, code)
|
||||||
CharacterList.destroyLoadBox()
|
CharacterList.destroyLoadBox()
|
||||||
errorBox = displayErrorBox(tr("Login Error"), message)
|
errorBox = displayErrorBox(tr("Login Error"), message)
|
||||||
errorBox.onOk = function()
|
errorBox.onOk = function()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user