Chunks::saveAndClear() fix (F5 fix)

This commit is contained in:
MihailRis
2024-04-26 16:13:07 +03:00
parent 87ec71154f
commit a71314bdad
2 changed files with 12 additions and 4 deletions
+4
View File
@@ -67,6 +67,10 @@ public:
WorldRegions& getRegions() {
return regions;
}
bool doesWriteLights() const {
return doWriteLights;
}
};
#endif // FILES_WORLD_FILES_H_