mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-19 23:09:26 +00:00
disable pwt by default
This commit is contained in:
@@ -154,7 +154,7 @@ public class DivineConfig {
|
|||||||
return config.getStringList(key);
|
return config.getStringList(key);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean enableParallelWorldTicking = true;
|
public static boolean enableParallelWorldTicking = false;
|
||||||
public static int parallelThreadCount = 4;
|
public static int parallelThreadCount = 4;
|
||||||
public static boolean logContainerCreationStacktraces = false;
|
public static boolean logContainerCreationStacktraces = false;
|
||||||
public static boolean disableHardThrow = false;
|
public static boolean disableHardThrow = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user