forked from MagicBane/Server
Minor class cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user