Making sure player is not on offline mode when forcing logout.
This commit is contained in:
@@ -578,7 +578,7 @@ public class Shutdown extends Thread
|
|||||||
client.setActiveChar(null);
|
client.setActiveChar(null);
|
||||||
player.setClient(null);
|
player.setClient(null);
|
||||||
}
|
}
|
||||||
else
|
else if (!player.isInOfflineMode())
|
||||||
// player is probably a bot - force logout
|
// player is probably a bot - force logout
|
||||||
{
|
{
|
||||||
player.logout();
|
player.logout();
|
||||||
|
Reference in New Issue
Block a user