comment cleanup

This commit is contained in:
2024-04-25 10:08:27 -04:00
parent 78480ca3dd
commit 320f06e1db
+1 -1
View File
@@ -56,7 +56,7 @@ public enum ForgeManager implements Runnable {
// workOrders are popped and processed when their completion time has passed.
//
// workOrders can be enqueued from any thread such as from a db handler
// however the interface is .submit(workOrder).
// however the game's interface should always be .submit(workOrder).
try {
workOrder = forge.take();