Removed unneccesary blocking call.

This commit is contained in:
Harrison Deng 2020-04-29 16:31:38 -05:00
parent 4c93e85078
commit a119e6f596

View File

@ -87,7 +87,6 @@ public class IslandWorldChunkGenerator extends ChunkGenerator implements Listene
while (!tasks.isEmpty()) {
tasks.poll().get();
}
preLoader.get();
} catch (ExecutionException | InterruptedException e) {
e.printStackTrace();
throw new IllegalStateException(e.getCause().getMessage());