forked from MagicBane/Server
Minor class cleanup
This commit is contained in:
@@ -84,8 +84,10 @@ public enum ForgeManager implements Runnable {
|
||||
}
|
||||
|
||||
public static void submit(WorkOrder workOrder) {
|
||||
|
||||
workOrder.workOrderID = wordOrderCounter.incrementAndGet();
|
||||
workOrder.completionTime = System.currentTimeMillis() + workOrder.rollingDuration;
|
||||
workOrder.slotCount = calcAvailableSlots(workOrder);
|
||||
|
||||
// Single item rolls are total_to_produce of 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user