Removed unneccesary blocking call.
This commit is contained in:
parent
4c93e85078
commit
a119e6f596
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user