Minor fix

This commit is contained in:
Eduardo Bart 2013-03-11 14:57:59 -03:00
parent 64fc4570c9
commit da51dd467e

View File

@ -238,6 +238,7 @@ end
function tryLogout() function tryLogout()
if not g_game.isOnline() then if not g_game.isOnline() then
exit() exit()
return
end end
if logoutWindow then if logoutWindow then