We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e68bc0e + 479079d commit cb93441Copy full SHA for cb93441
AutoDuty/Helpers/ActiveHelperBase.cs
@@ -185,7 +185,7 @@ public unsafe bool CloseAddons()
185
{
186
for (int i = 0; i < this.AddonsToClose.Length; i++)
187
188
- if (GenericHelpers.TryGetAddonByName(this.AddonsToClose[i], out AtkUnitBase* atkUnitBase) && atkUnitBase->IsVisible && atkUnitBase->IsReady)
+ if (GenericHelpers.TryGetAddonByName(this.AddonsToClose[i], out AtkUnitBase* atkUnitBase) && atkUnitBase->IsReady())
189
190
this.DebugLog("Closing Addon " + this.AddonsToClose[i]);
191
atkUnitBase->FireCallbackInt(-1);
0 commit comments