mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Fix hotloading
This commit is contained in:
parent
e8e7e3144f
commit
37705dfc71
@ -112,6 +112,7 @@ public class IrisEngine extends BlockPopulator implements Engine {
|
||||
private final ChronoLatch cleanLatch;
|
||||
|
||||
public IrisEngine(EngineTarget target, boolean studio) {
|
||||
target.getData().dump();
|
||||
this.studio = studio;
|
||||
generatedLast = new AtomicInteger(0);
|
||||
perSecond = new AtomicDouble(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user