mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
Whoops
This commit is contained in:
@@ -131,7 +131,9 @@ public class LazyPregenerator extends Thread implements Listener {
|
|||||||
} else {
|
} else {
|
||||||
int pos = job.getPosition() + 1;
|
int pos = job.getPosition() + 1;
|
||||||
job.setPosition(pos);
|
job.setPosition(pos);
|
||||||
tickGenerate(getChunk(pos));
|
if (!job.paused) {
|
||||||
|
tickGenerate(getChunk(pos));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user