mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 22:32:04 +00:00
Whoops
This commit is contained in:
@@ -131,9 +131,11 @@ 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);
|
||||||
|
if (!job.paused) {
|
||||||
tickGenerate(getChunk(pos));
|
tickGenerate(getChunk(pos));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private long computeETA() {
|
private long computeETA() {
|
||||||
return (long) (lazyTotalChunks.get() > 1024 ? // Generated chunks exceed 1/8th of total?
|
return (long) (lazyTotalChunks.get() > 1024 ? // Generated chunks exceed 1/8th of total?
|
||||||
|
|||||||
Reference in New Issue
Block a user