forked from MagicBane/Server
Comment cleanup
This commit is contained in:
@@ -210,7 +210,7 @@ public class dbWarehouseHandler extends dbHandlerBase {
|
||||
// Submit the new workOrders to the ForgeManager
|
||||
|
||||
for (WorkOrder workOrder : submitList) {
|
||||
workOrder.workOrderID = ForgeManager.wordOrderCounter.incrementAndGet();
|
||||
workOrder.workOrderID = ForgeManager.workOrderCounter.incrementAndGet();
|
||||
ForgeManager.vendorWorkOrderLookup.get(workOrder.vendor).add(workOrder);
|
||||
|
||||
// If workorder is not yet complete process it
|
||||
|
||||
Reference in New Issue
Block a user