aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0768-Send-full-pos-packets-for-hard-colliding-entities.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0768-Send-full-pos-packets-for-hard-colliding-entities.patch')
-rw-r--r--patches/server/0768-Send-full-pos-packets-for-hard-colliding-entities.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0768-Send-full-pos-packets-for-hard-colliding-entities.patch b/patches/server/0768-Send-full-pos-packets-for-hard-colliding-entities.patch
index af1611e279..b834b4491c 100644
--- a/patches/server/0768-Send-full-pos-packets-for-hard-colliding-entities.patch
+++ b/patches/server/0768-Send-full-pos-packets-for-hard-colliding-entities.patch
@@ -9,10 +9,10 @@ Configurable under
`send-full-pos-for-hard-colliding-entities`
diff --git a/src/main/java/com/destroystokyo/paper/PaperConfig.java b/src/main/java/com/destroystokyo/paper/PaperConfig.java
-index f34ae86812b13a96b509724591a75c1aacd5e918..eaa1d5491ef3f5caf156d16fa7544741e53c6bab 100644
+index b591b47fc663289682c35f480f851b7eceb979dd..31e057e16c04f6cb6a4fa42e6ac9e81198e24d79 100644
--- a/src/main/java/com/destroystokyo/paper/PaperConfig.java
+++ b/src/main/java/com/destroystokyo/paper/PaperConfig.java
-@@ -622,4 +622,10 @@ public class PaperConfig {
+@@ -623,4 +623,10 @@ public class PaperConfig {
private static void lagCompensateBlockBreaking() {
lagCompensateBlockBreaking = getBoolean("settings.lag-compensate-block-breaking", true);
}