diff --git a/core/src/main/java/com/seibel/lod/core/generation/WorldGenerationQueue.java b/core/src/main/java/com/seibel/lod/core/generation/WorldGenerationQueue.java index 1d54c1a8f..1e4adf7ce 100644 --- a/core/src/main/java/com/seibel/lod/core/generation/WorldGenerationQueue.java +++ b/core/src/main/java/com/seibel/lod/core/generation/WorldGenerationQueue.java @@ -627,8 +627,7 @@ public class WorldGenerationQueue implements Closeable try { - // this will throw a timeout exception if the generator doesn't return soon enough - this.generatorClosingFuture.get(SHUTDOWN_TIMEOUT_SEC, TimeUnit.SECONDS); + this.generatorClosingFuture.cancel(true); } catch (Throwable e) {