mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-07 00:06:10 +00:00
Bugfixes
This commit is contained in:
@@ -182,7 +182,7 @@ public class PregenJob implements Listener
|
||||
{
|
||||
chunkSpiraler.next();
|
||||
|
||||
if(isChunkWithin(chunkX, chunkZ))
|
||||
if(isChunkWithin(chunkX, chunkZ) && consumer != null)
|
||||
{
|
||||
consumer.accept(new ChunkPosition(chunkX, chunkZ), Color.BLUE.darker().darker());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user