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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user