diff --git a/Spigot-API-Patches/Add-PlayerMicroMoveEvent.patch b/Spigot-API-Patches/Add-PlayerMicroMoveEvent.patch index c678c3c151..10aae28e93 100644 --- a/Spigot-API-Patches/Add-PlayerMicroMoveEvent.patch +++ b/Spigot-API-Patches/Add-PlayerMicroMoveEvent.patch @@ -4,13 +4,13 @@ Date: Thu, 23 Jul 2015 03:19:57 -0700 Subject: [PATCH] Add PlayerMicroMoveEvent -diff --git a/src/main/java/org/github/paperspigot/event/PlayerMicroMoveEvent.java b/src/main/java/org/github/paperspigot/event/PlayerMicroMoveEvent.java +diff --git a/src/main/java/org/github/paperspigot/event/player/PlayerMicroMoveEvent.java b/src/main/java/org/github/paperspigot/event/player/PlayerMicroMoveEvent.java new file mode 100644 index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 --- /dev/null -+++ b/src/main/java/org/github/paperspigot/event/PlayerMicroMoveEvent.java ++++ b/src/main/java/org/github/paperspigot/event/player/PlayerMicroMoveEvent.java @@ -0,0 +0,0 @@ -+package org.github.paperspigot.event; ++package org.github.paperspigot.event.player; + +import org.bukkit.Location; +import org.bukkit.entity.Player; diff --git a/Spigot-Server-Patches/Add-PlayerMicroMoveEvent.patch b/Spigot-Server-Patches/Add-PlayerMicroMoveEvent.patch index 963abee9ef..67f3331c03 100644 --- a/Spigot-Server-Patches/Add-PlayerMicroMoveEvent.patch +++ b/Spigot-Server-Patches/Add-PlayerMicroMoveEvent.patch @@ -12,7 +12,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 // CraftBukkit end import org.github.paperspigot.PaperSpigotConfig; // PaperSpigot -+import org.github.paperspigot.event.PlayerMicroMoveEvent; // PaperSpigot ++import org.github.paperspigot.event.player.PlayerMicroMoveEvent; // PaperSpigot public class PlayerConnection implements PacketListenerPlayIn, IUpdatePlayerListBox {