Minor fix to forceExit function

This commit is contained in:
BeniS 2012-08-10 11:21:14 +12:00
parent e27423660c
commit 96af3d3fcc
1 changed files with 2 additions and 5 deletions

View File

@ -114,11 +114,8 @@ function hide()
end
function forceExit()
if g_game.isOnline() then
g_game.forceLogout()
scheduleEvent(exit, 10)
return true
end
scheduleEvent(exit, 10)
return true
end
function tryExit()