forked from MagicBane/Server
workOrderID added to output
This commit is contained in:
@@ -100,6 +100,7 @@ public class WorkOrder implements Delayed {
|
||||
|
||||
JSONObject jsonWorkOrder = new JSONObject();
|
||||
|
||||
jsonWorkOrder.put("workOrderID", workOrder.workOrderID);
|
||||
jsonWorkOrder.put("vendor", workOrder.vendor.getObjectUUID());
|
||||
jsonWorkOrder.put("slots_used", workOrder.slots_used);
|
||||
jsonWorkOrder.put("total_to_produce", workOrder.total_to_produce);
|
||||
|
||||
Reference in New Issue
Block a user