submit workorder to forgemanager

This commit is contained in:
2024-04-07 22:40:14 -04:00
parent a5df674fbe
commit 5e92bab977
@@ -92,6 +92,10 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
if (ForgeManager.validate(player, workOrder) == false)
return true;
// Start rolling the item(s)
ForgeManager.submit(workOrder);
//Create Multiple Item Function.. Fill all empty slots
if (msg.size > 0) {