fix messagebox and rename some stuff

This commit is contained in:
Eduardo Bart
2012-02-08 00:11:57 -02:00
parent 619f751371
commit 1013ae279b
11 changed files with 39 additions and 26 deletions

View File

@@ -29,7 +29,7 @@ local function tryLogin(charInfo, tries)
end
if Game.isOnline() then
Game.logout(false)
Game.safeLogout()
if tries == 1 then
loadBox = displayCancelBox('Please wait', 'Loggin out...')
end