@ -40,7 +40,7 @@ public enum ForgeManager implements Runnable {
try {
workOrder = forge.take();
} catch (InterruptedException e) {
} catch (Exception e) {
Logger.error(e);
}