forked from MagicBane/Server
Multiple item workOrder work
This commit is contained in:
@@ -175,7 +175,7 @@ public enum ForgeManager implements Runnable {
|
|||||||
|
|
||||||
// Single item rolls are msg_size of 0;
|
// Single item rolls are msg_size of 0;
|
||||||
|
|
||||||
if (workOrder.slots_used > 0 && workOrder.multiple_slot_request == 0)
|
if (availableSlots > 0 && workOrder.multiple_slot_request == 0)
|
||||||
availableSlots = 1;
|
availableSlots = 1;
|
||||||
|
|
||||||
return availableSlots;
|
return availableSlots;
|
||||||
|
|||||||
Reference in New Issue
Block a user