Slot count calculated

This commit is contained in:
2024-04-08 13:10:23 -04:00
parent f088d2aa72
commit 178bb3718a
2 changed files with 3 additions and 2 deletions
@@ -87,6 +87,7 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
workOrder.suffixToken = msg.sToken;
workOrder.itemName = msg.name;
workOrder.rollingDuration = ForgeManager.calcRollingDuration(workOrder);
workOrder.slotCount = ForgeManager.getAvailableSlots(workOrder);
// Validate vendor can roll this item