mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 13:42:25 -07:00
Make anti-xray chunk edge mode LOAD the default
Fixes GH-1749 Setting the new default to load chunk edge neighbors may have unintended side-effects so feedback will be important. Specifically, if you're not using the asynchronous chunk loader, you should probably switch to mode 2 (WAIT) Old users will be migrated automatically if: You're using engine mode 1 (HIDE) and you're using chunk-edge-mode 1 (DEFAULT). Other users will not be migrated. Thanks @stonar96
This commit is contained in:
@@ -19,7 +19,7 @@ Aside from making the obvious class/function renames and obfhelpers I didn't nee
|
||||
Just added Bukkit's event system and took a few liberties with dead code and comment misspellings.
|
||||
|
||||
diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
|
||||
index 77368b17a..5981a5f51 100644
|
||||
index f47a648af..eefbb355d 100644
|
||||
--- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
|
||||
+++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
|
||||
@@ -0,0 +0,0 @@ public class PaperWorldConfig {
|
||||
|
Reference in New Issue
Block a user