From b40dcd31644349e3d0a7eb753b74bbada996dadc Mon Sep 17 00:00:00 2001 From: RePixelatedMC Date: Thu, 26 Oct 2023 17:52:33 +0200 Subject: [PATCH] fixup! Pack Benchmarking - Iris pregen is broken what it relies on so it doesnt work. Issue: Generated and total chunks dont end up as the same value after the pregen is done --- .../java/com/volmit/iris/core/tools/IrisPackBenchmarking.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/com/volmit/iris/core/tools/IrisPackBenchmarking.java b/core/src/main/java/com/volmit/iris/core/tools/IrisPackBenchmarking.java index 099005b87..9511399f9 100644 --- a/core/src/main/java/com/volmit/iris/core/tools/IrisPackBenchmarking.java +++ b/core/src/main/java/com/volmit/iris/core/tools/IrisPackBenchmarking.java @@ -48,6 +48,7 @@ public class IrisPackBenchmarking { if(folder.exists()){ Iris.info(C.RED + "FAILED To remove old Benchmark!"); //cancelled = true; + } } } catch (Exception e) {