mirror of
https://github.com/edubart/otclient.git
synced 2025-05-02 10:39: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
|
||||
|
||||
function onGameConnectionError(code, message)
|
||||
function onGameConnectionError(message, code)
|
||||
CharacterList.destroyLoadBox()
|
||||
errorBox = displayErrorBox(tr("Login Error"), message)
|
||||
errorBox.onOk = function()
|
||||
|
Loading…
x
Reference in New Issue
Block a user