Making sure player is not on offline mode when forcing logout.

This commit is contained in:
MobiusDev
2015-10-10 21:24:32 +00:00
parent e2605aa3d8
commit aa2a04b466

View File

@ -578,7 +578,7 @@ public class Shutdown extends Thread
client.setActiveChar(null);
player.setClient(null);
}
else
else if (!player.isInOfflineMode())
// player is probably a bot - force logout
{
player.logout();