Resolve build errors, disable wip code

This commit is contained in:
Shawrkie Williams
2025-12-29 15:48:46 -05:00
parent dc1dbbfbcb
commit a6b17b657e
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -132,7 +132,7 @@ public class AddonInventoryWindow : NativeAddon
RefreshCategoriesCore(true);
}
public void UpdateLootedCategory(IReadOnlyList<LootedItemInfo> lootedItemInfos)
/*public void UpdateLootedCategory(IReadOnlyList<LootedItemInfo> lootedItemInfos)
{
if (!Services.ClientState.IsLoggedIn) return;
_recentlyLootedCategoryNode?.CategorizedInventory.Items.AddRange(
@@ -144,7 +144,7 @@ public class AddonInventoryWindow : NativeAddon
})
.ToList());
RefreshCategoriesCore(true);
}
}*/
public void ManualCurrencyRefresh()
{