We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91858d commit de8f6d7Copy full SHA for de8f6d7
c2me-rewrites-chunk-system/src/main/java/com/ishland/c2me/rewrites/chunksystem/common/Config.java
@@ -88,7 +88,7 @@ Whether to allow POIs (Point of Interest) to be unloaded
88
This will attempt to aggressively unload unneeded chunks, saving memory at the cost of additional
89
overhead when generating new chunks.
90
""")
91
- .getBoolean(false, false);
+ .getBoolean(true, false);
92
93
public static void init() {
94
// intentionally empty
0 commit comments