From 521dfb83e49e4d24208de6ebfa9a182164b325ed Mon Sep 17 00:00:00 2001 From: TomTheFurry Date: Thu, 4 Aug 2022 19:07:19 +0800 Subject: [PATCH] Fixed all the data view bugs --- .../wrappers/worldGeneration/BatchGenerationEnvironment.java | 4 ++-- core | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/BatchGenerationEnvironment.java b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/BatchGenerationEnvironment.java index 72895e454..8eb83a279 100644 --- a/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/BatchGenerationEnvironment.java +++ b/common/src/main/java/com/seibel/lod/common/wrappers/worldGeneration/BatchGenerationEnvironment.java @@ -467,8 +467,8 @@ public final class BatchGenerationEnvironment extends AbstractBatchGenerationEnv return result; } - public void generateDirect(GenerationEvent e, ArrayGridList subRange, Steps step, - LightedWorldGenRegion region) + public void generateDirect(GenerationEvent e, ArrayGridList subRange, + Steps step, LightedWorldGenRegion region) { try { diff --git a/core b/core index 6fe2b6f33..1abf2a6a0 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 6fe2b6f331d7a7d9d445826ecfdbd5716907c3b2 +Subproject commit 1abf2a6a0b64a9f1e14c2957428f1e4042749ca2