diff options
Diffstat (limited to 'patches/server/0768-Replace-player-chunk-loader-system.patch')
-rw-r--r-- | patches/server/0768-Replace-player-chunk-loader-system.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0768-Replace-player-chunk-loader-system.patch b/patches/server/0768-Replace-player-chunk-loader-system.patch index ef546632f7..fb0535210f 100644 --- a/patches/server/0768-Replace-player-chunk-loader-system.patch +++ b/patches/server/0768-Replace-player-chunk-loader-system.patch @@ -80,10 +80,10 @@ index cfe293881f68c8db337c3a48948362bb7b3e3522..7d44abcb4fff9717a1af55879deb7eb9 })); diff --git a/src/main/java/com/destroystokyo/paper/PaperConfig.java b/src/main/java/com/destroystokyo/paper/PaperConfig.java -index 939744ef6850d4e59e5c94bc4781d045041b977d..a72f15c10410508ff344caf3ca376fd3d7317518 100644 +index c0d5eaf617f5c1a814986a9954b16bb59b3616fa..6a1957f9ab333e0c662895a14d83c015660a8a0f 100644 --- a/src/main/java/com/destroystokyo/paper/PaperConfig.java +++ b/src/main/java/com/destroystokyo/paper/PaperConfig.java -@@ -525,4 +525,29 @@ public class PaperConfig { +@@ -526,4 +526,29 @@ public class PaperConfig { itemValidationBookAuthorLength = getInt("settings.item-validation.book.author", itemValidationBookAuthorLength); itemValidationBookPageLength = getInt("settings.item-validation.book.page", itemValidationBookPageLength); } |