This commit is contained in:
2025-01-08 20:41:03 -06:00
parent c1eb6796f5
commit 56226c71eb
@@ -22,7 +22,7 @@ public class PlayerPet {
return;
}
if(!pet.playerAgroMap.contains(pet.getOwner().getObjectUUID())){
if(!WorldGrid.getObjectsInRangePartial(pet.loc, MBServerStatics.CHARACTER_LOAD_RANGE,1).contains(pet.getOwner())){
pet.teleport(pet.getOwner().loc);
return;
}