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

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

View file

@ -78,7 +78,6 @@ public abstract partial class BaseAI
{
if (_action != value)
{
_action = value;
OnActionChanged();
}