variable renamed

This commit is contained in:
2024-04-06 07:26:17 -04:00
parent ffd41101c3
commit 993abfbf6f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ public class WorkOrder implements Delayed {
public WorkOrder() {
this.workOrder = ForgeManager.workOrder.incrementAndGet();
this.workOrder = ForgeManager.wordOrderCounter.incrementAndGet();
this.completionTime = System.currentTimeMillis() + 10000;
}