Skip to content

Commit de8f6d7

Browse files
committed
change: enable lowMemoryMode by default
1 parent c91858d commit de8f6d7

File tree

1 file changed

+1
-1
lines changed
  • c2me-rewrites-chunk-system/src/main/java/com/ishland/c2me/rewrites/chunksystem/common

1 file changed

+1
-1
lines changed

c2me-rewrites-chunk-system/src/main/java/com/ishland/c2me/rewrites/chunksystem/common/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Whether to allow POIs (Point of Interest) to be unloaded
8888
This will attempt to aggressively unload unneeded chunks, saving memory at the cost of additional
8989
overhead when generating new chunks.
9090
""")
91-
.getBoolean(false, false);
91+
.getBoolean(true, false);
9292

9393
public static void init() {
9494
// intentionally empty

0 commit comments

Comments
 (0)