From d92512ae4a5ea7300ebe7eba915e8cfd2baf4e81 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sun, 23 Aug 2026 01:12:09 -0700 Subject: [PATCH] Update Projects/UOContent/Mobiles/AI/MeleeAI.cs --- Projects/UOContent/Mobiles/AI/MeleeAI.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Projects/UOContent/Mobiles/AI/MeleeAI.cs b/Projects/UOContent/Mobiles/AI/MeleeAI.cs index be942afd0..544770069 100644 --- a/Projects/UOContent/Mobiles/AI/MeleeAI.cs +++ b/Projects/UOContent/Mobiles/AI/MeleeAI.cs @@ -114,7 +114,6 @@ public class MeleeAI : BaseAI if (Mobile.GetDistanceToSqrt(combatant) > Mobile.RangePerception + 1) { - this.DebugSayFormatted($"I cannot find {combatant.Name}, so my guard is up."); Action = ActionType.Guard; return false;