Method to load workorders on bootstrap
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
package engine.loot;
|
||||
|
||||
import engine.gameManager.ForgeManager;
|
||||
import engine.mbEnums;
|
||||
import engine.objects.Item;
|
||||
import engine.objects.NPC;
|
||||
@@ -50,7 +49,6 @@ public class WorkOrder implements Delayed {
|
||||
|
||||
public WorkOrder(JSONObject jsonWorkOrder) {
|
||||
|
||||
this.workOrderID = ForgeManager.wordOrderCounter.incrementAndGet();
|
||||
this.vendor = NPC.getNPC(jsonWorkOrder.getInt("vendor"));
|
||||
this.slots_used = jsonWorkOrder.getInt("slots_used");
|
||||
this.total_to_produce = jsonWorkOrder.getInt("total_to_produce");
|
||||
|
||||
Reference in New Issue
Block a user