muffin v7.4.12
This commit is contained in:
parent
e3e5a401c3
commit
0f9f445830
38 changed files with 13646 additions and 10442 deletions
|
|
@ -97,12 +97,12 @@ internal sealed class CraftworksSupplyController : IDisposable
|
|||
{
|
||||
return;
|
||||
}
|
||||
ushort contextMenuParentId = address->ContextMenuParentId;
|
||||
if (contextMenuParentId == 0)
|
||||
ushort blockedParentId = address->BlockedParentId;
|
||||
if (blockedParentId == 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
AtkUnitBase* addonById = AtkStage.Instance()->RaptureAtkUnitManager->GetAddonById(contextMenuParentId);
|
||||
AtkUnitBase* addonById = AtkStage.Instance()->RaptureAtkUnitManager->GetAddonById(blockedParentId);
|
||||
if (addonById->NameString == "BankaCraftworksSupply")
|
||||
{
|
||||
_logger.LogInformation("Picking item for {AddonName}", addonById->NameString);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue