Loading workorders at bootstrap

This commit is contained in:
2024-04-22 16:14:10 -04:00
parent e710cf0930
commit e8032f65d1
+1
View File
@@ -92,6 +92,7 @@ public class WorkOrder implements Delayed {
Item cookingItem = ForgeManager.forgeItem(this);
cookingItem.prefixToken = prefix;
cookingItem.suffixToken = suffix;
cookingItem.setDateToUpgrade(this.completionTime);
}
}