2/11/2024
4.08b - ChangeLog
Modified: Depot grabbing routine to auto-inventory at the beginning of the cycle which is useful if you grab multiple stacks of items from the depot, it was skipping or missing them before.
Modified: Depot waiting for inventory update to not change the inventory count arbitrarily and use the static to wait for change. Additionally, increased the amount of time to wait before breaking out.
Modified: Batch routine to check to see if we can make 1 complete item, it was checking to see if it could make them all which would cause it to go into an endless cycle if continue was on, this was due to the inner check saying it was bad, and the outer check realizing it could make 1.