Skip to content

Commit cb93441

Browse files
authored
Merge pull request #1194 from erdelf/dev
adjusting round 3
2 parents e68bc0e + 479079d commit cb93441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AutoDuty/Helpers/ActiveHelperBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public unsafe bool CloseAddons()
185185
{
186186
for (int i = 0; i < this.AddonsToClose.Length; i++)
187187
{
188-
if (GenericHelpers.TryGetAddonByName(this.AddonsToClose[i], out AtkUnitBase* atkUnitBase) && atkUnitBase->IsVisible && atkUnitBase->IsReady)
188+
if (GenericHelpers.TryGetAddonByName(this.AddonsToClose[i], out AtkUnitBase* atkUnitBase) && atkUnitBase->IsReady())
189189
{
190190
this.DebugLog("Closing Addon " + this.AddonsToClose[i]);
191191
atkUnitBase->FireCallbackInt(-1);

0 commit comments

Comments
 (0)