From 77e3b95d6ba8132a3a9da7a6ad5c26d7fe4b1778 Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Sat, 15 Mar 2025 11:17:35 +1000 Subject: [PATCH] stuff2 --- .../cortex/voxy/common/world/service/SectionSavingService.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/me/cortex/voxy/common/world/service/SectionSavingService.java b/src/main/java/me/cortex/voxy/common/world/service/SectionSavingService.java index 032203dc..4b33623d 100644 --- a/src/main/java/me/cortex/voxy/common/world/service/SectionSavingService.java +++ b/src/main/java/me/cortex/voxy/common/world/service/SectionSavingService.java @@ -36,13 +36,14 @@ public class SectionSavingService { section.release(); } + /* public void enqueueSave(WorldSection section) { if (section._getSectionTracker() != null && section._getSectionTracker().engine != null) { this.enqueueSave(section._getSectionTracker().engine, section); } else { Logger.error("Tried saving world section, but did not have world associated"); } - } + }*/ public void enqueueSave(WorldEngine in, WorldSection section) { //If its not enqueued for saving then enqueue it