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

@@ -9,7 +9,7 @@ local gameButtonsPanel
-- private functions
local function onLogout()
if Game.isOnline() then
Game.logout(false)
Game.safeLogout()
else
exit()
end