Fix popupmenu style, exitting on game

This commit is contained in:
Henrique
2012-06-20 04:10:12 -03:00
parent db4ced65eb
commit 857657d8a0
2 changed files with 3 additions and 2 deletions

View File

@@ -96,6 +96,7 @@ function GameInterface.tryExit()
if g_game.isOnline() then
g_game.forceLogout()
scheduleEvent(exit, 10)
return true
end
end