refactor(Minecraft.World): Implement LCEMP changes.

This commit is contained in:
2026-07-13 00:14:53 +03:00
parent 3fce0538c5
commit 21e2add09a
64 changed files with 655 additions and 372 deletions
+1
View File
@@ -33,6 +33,7 @@ private:
int sizeDelta;
__int64 _lastModified;
bool m_bIsEmpty; // 4J added
CRITICAL_SECTION m_cs;
public:
RegionFile(ConsoleSaveFile *saveFile, File *path);