diff options
Diffstat (limited to 'Spigot-Server-Patches/0162-More-informative-vehicle-moved-wrongly-message.patch')
-rw-r--r-- | Spigot-Server-Patches/0162-More-informative-vehicle-moved-wrongly-message.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Spigot-Server-Patches/0162-More-informative-vehicle-moved-wrongly-message.patch b/Spigot-Server-Patches/0162-More-informative-vehicle-moved-wrongly-message.patch index ec7976a87c..e9f7ae7384 100644 --- a/Spigot-Server-Patches/0162-More-informative-vehicle-moved-wrongly-message.patch +++ b/Spigot-Server-Patches/0162-More-informative-vehicle-moved-wrongly-message.patch @@ -1,14 +1,14 @@ -From fa32cabbc0e1c0a33e370ba2732f40c7f06823f9 Mon Sep 17 00:00:00 2001 +From 4985b099705964ad8ee14b8952f135839291a1c7 Mon Sep 17 00:00:00 2001 From: Zach Brown <[email protected]> Date: Thu, 28 Jul 2016 17:58:53 -0500 Subject: [PATCH] More informative vehicle moved wrongly message diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java -index b6dfffc..972b85b 100644 +index 643a8e7..11870cd 100644 --- a/src/main/java/net/minecraft/server/PlayerConnection.java +++ b/src/main/java/net/minecraft/server/PlayerConnection.java -@@ -343,7 +343,7 @@ public class PlayerConnection implements PacketListenerPlayIn, ITickable { +@@ -345,7 +345,7 @@ public class PlayerConnection implements PacketListenerPlayIn, ITickable { if (d10 > org.spigotmc.SpigotConfig.movedWronglyThreshold) { // Spigot flag1 = true; @@ -18,5 +18,5 @@ index b6dfffc..972b85b 100644 entity.setLocation(d3, d4, d5, f, f1); -- -2.10.0 +2.9.3 |