Browse Source

submit workorder to forgemanager

combat-2
MagicBot 7 months ago
parent
commit
5e92bab977
  1. 4
      src/engine/net/client/handlers/ItemProductionMsgHandler.java

4
src/engine/net/client/handlers/ItemProductionMsgHandler.java

@ -92,6 +92,10 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler { @@ -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) {

Loading…
Cancel
Save