diff --git a/CraftBukkit-Patches/0155-BungeeCord-Chat-API.patch b/CraftBukkit-Patches/0154-BungeeCord-Chat-API.patch similarity index 100% rename from CraftBukkit-Patches/0155-BungeeCord-Chat-API.patch rename to CraftBukkit-Patches/0154-BungeeCord-Chat-API.patch diff --git a/CraftBukkit-Patches/0154-Don-t-Fire-InventoryCloseEvent-Unless-Required.patch b/CraftBukkit-Patches/0154-Don-t-Fire-InventoryCloseEvent-Unless-Required.patch deleted file mode 100644 index 03dfef8d2c..0000000000 --- a/CraftBukkit-Patches/0154-Don-t-Fire-InventoryCloseEvent-Unless-Required.patch +++ /dev/null @@ -1,19 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: md_5 -Date: Tue, 30 Sep 2014 21:49:10 +1000 -Subject: [PATCH] Don't Fire InventoryCloseEvent Unless Required - - -diff --git a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java -index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644 ---- a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java -+++ b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java -@@ -0,0 +0,0 @@ public class CraftEventFactory { - } - - public static void handleInventoryCloseEvent(EntityHuman human) { -+ if (human.activeContainer == human.defaultContainer) return; // Spigot - InventoryCloseEvent event = new InventoryCloseEvent(human.activeContainer.getBukkitView()); - human.world.getServer().getPluginManager().callEvent(event); - human.activeContainer.transferTo(human.defaultContainer, human.getBukkitEntity()); --- \ No newline at end of file diff --git a/CraftBukkit-Patches/0156-Use-Standard-List-for-EntitySlices.patch b/CraftBukkit-Patches/0155-Use-Standard-List-for-EntitySlices.patch similarity index 100% rename from CraftBukkit-Patches/0156-Use-Standard-List-for-EntitySlices.patch rename to CraftBukkit-Patches/0155-Use-Standard-List-for-EntitySlices.patch diff --git a/CraftBukkit-Patches/0157-Allow-Capping-Tile-Entity-Tick-Time.patch b/CraftBukkit-Patches/0156-Allow-Capping-Tile-Entity-Tick-Time.patch similarity index 100% rename from CraftBukkit-Patches/0157-Allow-Capping-Tile-Entity-Tick-Time.patch rename to CraftBukkit-Patches/0156-Allow-Capping-Tile-Entity-Tick-Time.patch diff --git a/CraftBukkit-Patches/0158-Use-FastMatches-for-ItemStack-Dirty-Check.patch b/CraftBukkit-Patches/0157-Use-FastMatches-for-ItemStack-Dirty-Check.patch similarity index 100% rename from CraftBukkit-Patches/0158-Use-FastMatches-for-ItemStack-Dirty-Check.patch rename to CraftBukkit-Patches/0157-Use-FastMatches-for-ItemStack-Dirty-Check.patch