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 b5fc096 commit 59d7931Copy full SHA for 59d7931
c2me-opts-dfc/src/main/java/com/ishland/c2me/opts/dfc/ModuleEntryPoint.java
@@ -19,6 +19,6 @@ public class ModuleEntryPoint {
19
Chunk upgrades from pre-1.18 versions are not implemented and will
20
fall back to the unoptimized version of density functions.
21
""")
22
- .getBoolean(false, false);
+ .getBoolean(true, false);
23
24
}
0 commit comments