9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 14:59:25 +00:00

disable pwt by default

This commit is contained in:
NONPLAYT
2025-03-19 23:51:32 +03:00
parent 9fa4302bf2
commit c00dd1d396

View File

@@ -154,7 +154,7 @@ public class DivineConfig {
return config.getStringList(key);
}
public static boolean enableParallelWorldTicking = true;
public static boolean enableParallelWorldTicking = false;
public static int parallelThreadCount = 4;
public static boolean logContainerCreationStacktraces = false;
public static boolean disableHardThrow = false;