From 563ee0f840693fec0563b45939ca9237e0ae4a5d Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Thu, 28 Sep 2017 18:54:38 -0400 Subject: [PATCH] Fix build --- Spigot-Server-Patches/Add-PlayerJumpEvent.patch | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/Add-PlayerJumpEvent.patch b/Spigot-Server-Patches/Add-PlayerJumpEvent.patch index 3671dc3019..afd6de4888 100644 --- a/Spigot-Server-Patches/Add-PlayerJumpEvent.patch +++ b/Spigot-Server-Patches/Add-PlayerJumpEvent.patch @@ -5,9 +5,17 @@ Subject: [PATCH] Add PlayerJumpEvent diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java -index 760cb16c3..8c9467302 100644 +index 760cb16c3..f6c33b61f 100644 --- a/src/main/java/net/minecraft/server/PlayerConnection.java +++ b/src/main/java/net/minecraft/server/PlayerConnection.java +@@ -0,0 +0,0 @@ import org.bukkit.inventory.EquipmentSlot; + import org.bukkit.inventory.InventoryView; + import org.bukkit.util.NumberConversions; + import com.destroystokyo.paper.event.player.IllegalPacketEvent; // Paper ++import com.destroystokyo.paper.event.player.PlayerJumpEvent; // Paper + import co.aikar.timings.MinecraftTimings; // Paper + // CraftBukkit end + @@ -0,0 +0,0 @@ public class PlayerConnection implements PacketListenerPlayIn, ITickable { d8 = d5 - this.p; d9 = d6 - this.q;