mob drop aggro check

This commit is contained in:
2025-01-13 15:58:44 -06:00
parent 8aeccd35c9
commit 1bb99127c4
2 changed files with 3 additions and 5 deletions
@@ -98,7 +98,7 @@ public class MovementUtilities {
}
public static boolean inRangeDropAggro(Mob agent, AbstractCharacter target) {
public static boolean outOfAggroRange(Mob agent, AbstractCharacter target) {
Vector3fImmutable sl = agent.getLoc();
Vector3fImmutable tl = target.getLoc();