diff --git a/trunk/java/com/l2jserver/gameserver/Shutdown.java b/trunk/java/com/l2jserver/gameserver/Shutdown.java index 607cd9bd4a..73a8629a55 100644 --- a/trunk/java/com/l2jserver/gameserver/Shutdown.java +++ b/trunk/java/com/l2jserver/gameserver/Shutdown.java @@ -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();