Update Projects/UOContent/Mobiles/AI/MeleeAI.cs

This commit is contained in:
Kamron Batman 2026-08-23 01:12:09 -07:00 committed by GitHub
parent 3c8948409c
commit d92512ae4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,7 +114,6 @@ public class MeleeAI : BaseAI
if (Mobile.GetDistanceToSqrt(combatant) > Mobile.RangePerception + 1) if (Mobile.GetDistanceToSqrt(combatant) > Mobile.RangePerception + 1)
{ {
this.DebugSayFormatted($"I cannot find {combatant.Name}, so my guard is up."); this.DebugSayFormatted($"I cannot find {combatant.Name}, so my guard is up.");
Action = ActionType.Guard; Action = ActionType.Guard;
return false; return false;