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()) {
|
while (!tasks.isEmpty()) {
|
||||||
tasks.poll().get();
|
tasks.poll().get();
|
||||||
}
|
}
|
||||||
preLoader.get();
|
|
||||||
} catch (ExecutionException | InterruptedException e) {
|
} catch (ExecutionException | InterruptedException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
throw new IllegalStateException(e.getCause().getMessage());
|
throw new IllegalStateException(e.getCause().getMessage());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user