diff --git a/AutoDuty/Helpers/ActiveHelperBase.cs b/AutoDuty/Helpers/ActiveHelperBase.cs index 74cdb88a..1c75cc93 100644 --- a/AutoDuty/Helpers/ActiveHelperBase.cs +++ b/AutoDuty/Helpers/ActiveHelperBase.cs @@ -185,7 +185,7 @@ public unsafe bool CloseAddons() { for (int i = 0; i < this.AddonsToClose.Length; i++) { - if (GenericHelpers.TryGetAddonByName(this.AddonsToClose[i], out AtkUnitBase* atkUnitBase) && atkUnitBase->IsVisible && atkUnitBase->IsReady) + if (GenericHelpers.TryGetAddonByName(this.AddonsToClose[i], out AtkUnitBase* atkUnitBase) && atkUnitBase->IsReady()) { this.DebugLog("Closing Addon " + this.AddonsToClose[i]); atkUnitBase->FireCallbackInt(-1);