Skip to content

Commit

Permalink
Update RetainerTaskResult.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaksuhn committed Sep 10, 2024
1 parent a7bb92f commit 8414592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YesAlready/Features/RetainerTaskResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ protected unsafe void AddonSetup(AddonEvent eventType, AddonArgs addonInfo)
if (GenericHelpers.TryGetAddonMaster<AddonMaster.RetainerTaskResult>(out var am))
{
var buttonText = am.ReassignButton->ButtonTextNode->NodeText.ToString();
if (buttonText == Svc.Data.GetExcelSheet<Addon>(Svc.ClientState.ClientLanguage).GetRow(2365).Text)
if (buttonText == Svc.Data.GetExcelSheet<Addon>(Svc.ClientState.ClientLanguage).GetRow(2365).Text) // Recall
return;

P.TaskManager.Enqueue(() => am.ReassignButton->IsEnabled); // must be throttled, there's a little delay after setup before this is enabled
Expand Down

0 comments on commit 8414592

Please sign in to comment.