Method moved to WorkOrder

This commit is contained in:
2024-04-23 15:11:56 -04:00
parent 4fa646ce94
commit 911698a7e3
3 changed files with 30 additions and 29 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ public enum ForgeManager implements Runnable {
// Make sure vendor can roll the formulae, warehouse can
// afford this wordOrder and other related checks.
int validation_result = ItemManager.validate(workOrder);
int validation_result = WorkOrder.validate(workOrder);
// The return code is used by the submitter as a
// popup error message for the player.