This commit is contained in:
mcrcortex
2025-03-15 11:17:35 +10:00
parent 4368f5bc4d
commit 77e3b95d6b

View File

@@ -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