mirror of
https://github.com/OMGeeky/ItemChecklist.git
synced 2026-01-24 20:26:25 +01:00
v0.6 release, initial 1.4 release
This commit is contained in:
@@ -74,7 +74,7 @@ namespace ItemChecklist
|
||||
findableItems = new bool[ItemLoader.ItemCount];
|
||||
for (int i = 0; i < ItemLoader.ItemCount; i++)
|
||||
{
|
||||
if (i > 0 && !ItemID.Sets.Deprecated[i] && i != ItemID.Count && ItemChecklistUI.vanillaIDsInSortOrder != null && ItemChecklistUI.vanillaIDsInSortOrder[i] != -1) // TODO, is this guaranteed?
|
||||
if (i > 0 && !ItemID.Sets.Deprecated[i] && ItemLoader.GetItem(i) is not Terraria.ModLoader.Default.UnloadedItem && ItemChecklistUI.vanillaIDsInSortOrder != null && ItemChecklistUI.vanillaIDsInSortOrder[i] != -1) // TODO, is this guaranteed?
|
||||
{
|
||||
totalItemsToFind++;
|
||||
findableItems[i] = true;
|
||||
|
||||
Reference in New Issue
Block a user