Minor class cleanup

This commit is contained in:
2024-04-08 17:42:47 -04:00
parent 69416528b3
commit 275644ec83
2 changed files with 3 additions and 1 deletions
@@ -87,7 +87,7 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
workOrder.suffixToken = msg.sToken;
workOrder.itemName = msg.name;
workOrder.rollingDuration = ForgeManager.calcRollingDuration(workOrder);
workOrder.slotCount = ForgeManager.calcAvailableSlots(workOrder);
workOrder.slotCount = 0;
// Validate vendor can roll this item