Update Projects/UOContent/Mobiles/AI/MeleeAI.cs
This commit is contained in:
parent
3c8948409c
commit
d92512ae4a
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue