forked from MagicBane/Server
comment cleanup
This commit is contained in:
@@ -53,7 +53,7 @@ public enum ForgeManager implements Runnable {
|
||||
while (true) {
|
||||
|
||||
// .forge is a delayQueue (blocking priority queue using an epoc sort)
|
||||
// workOrders are popped and processed when their completion time has passed..
|
||||
// workOrders are popped and processed when their completion time has passed.
|
||||
|
||||
try {
|
||||
workOrder = forge.take();
|
||||
|
||||
Reference in New Issue
Block a user