diff --git a/Spigot-Server-Patches/0013-Toggle-for-player-interact-limiter.patch b/Spigot-Server-Patches/0013-Toggle-for-player-interact-limiter.patch index a1bab938530..5fa2c51aded 100644 --- a/Spigot-Server-Patches/0013-Toggle-for-player-interact-limiter.patch +++ b/Spigot-Server-Patches/0013-Toggle-for-player-interact-limiter.patch @@ -1,14 +1,14 @@ -From 53adc0879fee781bd8d18878205950fb525ed4bb Mon Sep 17 00:00:00 2001 +From 4793f39be57f4440a7346ef536a1eaffe51ab9b7 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Sat, 7 Mar 2015 21:07:10 -0600 Subject: [PATCH] Toggle for player interact limiter diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java -index a6d8b96..52247c0 100644 +index b639293..56cd3c9 100644 --- a/src/main/java/net/minecraft/server/PlayerConnection.java +++ b/src/main/java/net/minecraft/server/PlayerConnection.java -@@ -652,7 +652,8 @@ public class PlayerConnection implements PacketListenerPlayIn, IUpdatePlayerList +@@ -660,7 +660,8 @@ public class PlayerConnection implements PacketListenerPlayIn, IUpdatePlayerList PlayerConnectionUtils.ensureMainThread(packetplayinblockplace, this, this.player.u()); WorldServer worldserver = this.minecraftServer.getWorldServer(this.player.dimension); boolean throttled = false; @@ -38,5 +38,5 @@ index ae3d107..ae410b6 100644 + } } -- -2.4.5.windows.1 +1.9.5.msysgit.1 diff --git a/Spigot-Server-Patches/0049-Stackable-Buckets.patch b/Spigot-Server-Patches/0049-Stackable-Buckets.patch index 837a1dff84e..c99decec34b 100644 --- a/Spigot-Server-Patches/0049-Stackable-Buckets.patch +++ b/Spigot-Server-Patches/0049-Stackable-Buckets.patch @@ -1,4 +1,4 @@ -From 99dee886e5e0645312ed534a7220bfe7f55607a8 Mon Sep 17 00:00:00 2001 +From 848b736b0398bc45d2454cbb4eec473a4a0bafcf Mon Sep 17 00:00:00 2001 From: Byteflux Date: Mon, 1 Jun 2015 22:21:52 -0700 Subject: [PATCH] Stackable Buckets @@ -65,7 +65,7 @@ index 91ea70d..8e3d77e 100644 } diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java -index 52247c0..2c373cd 100644 +index 56cd3c9..67c7e5d 100644 --- a/src/main/java/net/minecraft/server/PlayerConnection.java +++ b/src/main/java/net/minecraft/server/PlayerConnection.java @@ -61,6 +61,8 @@ import org.bukkit.inventory.InventoryView; @@ -77,7 +77,7 @@ index 52247c0..2c373cd 100644 public class PlayerConnection implements PacketListenerPlayIn, IUpdatePlayerListBox { private static final Logger c = LogManager.getLogger(); -@@ -1621,6 +1623,19 @@ public class PlayerConnection implements PacketListenerPlayIn, IUpdatePlayerList +@@ -1629,6 +1631,19 @@ public class PlayerConnection implements PacketListenerPlayIn, IUpdatePlayerList case ALLOW: case DEFAULT: itemstack = this.player.activeContainer.clickItem(packetplayinwindowclick.b(), packetplayinwindowclick.c(), packetplayinwindowclick.f(), this.player); @@ -170,5 +170,5 @@ index ab21bbf..aba8f87 100644 + } } -- -2.4.5.windows.1 +1.9.5.msysgit.1