forked from MagicBane/Server
comment cleanup
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user