Browse Source

Missing continue.

nBd 17 years ago
parent
commit
838bb89375

+ 1 - 0
L2_GameServer/java/net/sf/l2j/gameserver/taskmanager/KnownListUpdateTaskManager.java

@@ -109,6 +109,7 @@ public class KnownListUpdateTaskManager
 					{
 					{
 						object.getKnownList().forgetObjects((object instanceof L2PlayableInstance
 						object.getKnownList().forgetObjects((object instanceof L2PlayableInstance
 						        || (Config.GUARD_ATTACK_AGGRO_MOB && object instanceof L2GuardInstance) || fullUpdate));
 						        || (Config.GUARD_ATTACK_AGGRO_MOB && object instanceof L2GuardInstance) || fullUpdate));
+						continue;
 					}
 					}
 					if (object instanceof L2PlayableInstance
 					if (object instanceof L2PlayableInstance
 					        || (Config.GUARD_ATTACK_AGGRO_MOB && object instanceof L2GuardInstance)
 					        || (Config.GUARD_ATTACK_AGGRO_MOB && object instanceof L2GuardInstance)