9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-31 04:46:40 +00:00
This commit is contained in:
RePixelatedMC
2023-12-07 18:09:36 +01:00
parent 9745f23fb2
commit 57c647fa0e

View File

@@ -131,7 +131,9 @@ public class LazyPregenerator extends Thread implements Listener {
} else {
int pos = job.getPosition() + 1;
job.setPosition(pos);
tickGenerate(getChunk(pos));
if (!job.paused) {
tickGenerate(getChunk(pos));
}
}
}