|
|
@ -92,6 +92,10 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler { |
|
|
|
if (ForgeManager.validate(player, workOrder) == false) |
|
|
|
if (ForgeManager.validate(player, workOrder) == false) |
|
|
|
return true; |
|
|
|
return true; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Start rolling the item(s)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ForgeManager.submit(workOrder); |
|
|
|
|
|
|
|
|
|
|
|
//Create Multiple Item Function.. Fill all empty slots
|
|
|
|
//Create Multiple Item Function.. Fill all empty slots
|
|
|
|
|
|
|
|
|
|
|
|
if (msg.size > 0) { |
|
|
|
if (msg.size > 0) { |
|
|
|