forked from MagicBane/Server
Multiple item workOrder work
This commit is contained in:
@@ -105,6 +105,8 @@ public enum ForgeManager implements Runnable {
|
||||
if (workOrder.slots_used > 0 && workOrder.msg_size == 0)
|
||||
workOrder.slots_used = 1;
|
||||
|
||||
workOrder.total_to_produce *= workOrder.slots_used;
|
||||
|
||||
// Create in-memory items and add to collections
|
||||
|
||||
forgeItems(workOrder);
|
||||
|
||||
Reference in New Issue
Block a user