Minor fix to forceExit function

master
BeniS 12 years ago
parent e27423660c
commit 96af3d3fcc

@ -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()

Loading…
Cancel
Save