From 27a6a1f4d01d2fbb83db2a15b6443afbfc712503 Mon Sep 17 00:00:00 2001 From: FatBoy-DOTC Date: Tue, 9 May 2023 20:59:49 -0500 Subject: [PATCH] guards' sleeping pill wore off --- src/engine/ai/MobileFSM.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/ai/MobileFSM.java b/src/engine/ai/MobileFSM.java index bd32a00d..f61c6239 100644 --- a/src/engine/ai/MobileFSM.java +++ b/src/engine/ai/MobileFSM.java @@ -331,7 +331,7 @@ public class MobileFSM { CheckForRespawn(mob); return; } - if (mob.playerAgroMap.isEmpty()) + if (mob.playerAgroMap.isEmpty() && mob.isPlayerGuard == false) //no players loaded, no need to proceed return; if (mob.isCombat() && mob.getCombatTarget() == null) {