diff --git a/core/src/main/java/com/seibel/distanthorizons/core/util/threading/ConfigThreadPool.java b/core/src/main/java/com/seibel/distanthorizons/core/util/threading/ConfigThreadPool.java index 47a509b91..108d41415 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/util/threading/ConfigThreadPool.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/util/threading/ConfigThreadPool.java @@ -90,9 +90,8 @@ public class ConfigThreadPool { if (this.executor != null) { - //LOGGER.info("Stopping File Handler"); + //LOGGER.info("Stopping thread pool"); this.executor.shutdownNow(); - this.executor = null; } this.threadCount = 0;