Skip to content

Commit bfa8fa8

Browse files
committed
change: enable dfc by default
1 parent 6ceffe3 commit bfa8fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c2me-opts-dfc/src/main/java/com/ishland/c2me/opts/dfc/ModuleEntryPoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ public class ModuleEntryPoint {
1919
Chunk upgrades from pre-1.18 versions are not implemented and will
2020
fall back to the unoptimized version of density functions.
2121
""")
22-
.getBoolean(false, false);
22+
.getBoolean(true, false);
2323

2424
}

0 commit comments

Comments
 (0)