Configure upon submit()

This commit is contained in:
2024-04-10 16:06:09 -04:00
parent ba4648f812
commit 1429a3a4d5
3 changed files with 12 additions and 1 deletions
@@ -86,7 +86,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
workOrder.prefixToken = msg.pToken;
workOrder.suffixToken = msg.sToken;
workOrder.itemName = msg.name;
workOrder.rollingDuration = ForgeManager.calcRollingDuration(workOrder);
workOrder.slotCount = 0;
// Validate vendor can roll this item