| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -582,7 +582,8 @@ public class MobAI { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            boolean bypassLoadedPlayerCheck = false; | 
					 | 
					 | 
					 | 
					            boolean bypassLoadedPlayerCheck = false; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            if(mob.isPlayerGuard() || mob.isSiege()) { | 
					 | 
					 | 
					 | 
					            if(mob.isPlayerGuard() || mob.isSiege()) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                bypassLoadedPlayerCheck = true; | 
					 | 
					 | 
					 | 
					                bypassLoadedPlayerCheck = true; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                if(mob.combatTarget != null && !mob.playerAgroMap.containsKey(mob.combatTarget.getObjectUUID()) && mob.combatTarget.getObjectType().equals(Enum.GameObjectType.PlayerCharacter)) | 
					 | 
					 | 
					 | 
					                if(mob.combatTarget != null && mob.combatTarget.getObjectType().equals(Enum.GameObjectType.PlayerCharacter)) | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                    if(mob.combatTarget.loc.distanceSquared(mob.loc) > 10000) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                        mob.setCombatTarget(null); | 
					 | 
					 | 
					 | 
					                        mob.setCombatTarget(null); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            } | 
					 | 
					 | 
					 | 
					            } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |