mirror of
https://github.com/OMGeeky/ItemChecklist.git
synced 2025-12-30 00:03:52 +01:00
Fix issue with MagicStorage and its recursive crafting feature causing a lot of pickups that aren't actually real
This commit is contained in:
@@ -122,5 +122,11 @@ namespace ItemChecklist
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.NoInlining)]
|
||||
internal static bool IsSimulatingCrafts()
|
||||
{
|
||||
return CraftingGUI.SimulatingCrafts;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user