diff options
Diffstat (limited to 'nms-patches')
-rw-r--r-- | nms-patches/PacketPlayInBlockPlace.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/nms-patches/PacketPlayInBlockPlace.patch b/nms-patches/PacketPlayInBlockPlace.patch deleted file mode 100644 index 247e93c2..00000000 --- a/nms-patches/PacketPlayInBlockPlace.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/net/minecraft/server/PacketPlayInBlockPlace.java -+++ b/net/minecraft/server/PacketPlayInBlockPlace.java -@@ -6,6 +6,8 @@ - - private EnumHand a; - -+ public long timestamp; // CraftBukkit -+ - public PacketPlayInBlockPlace() {} - - public PacketPlayInBlockPlace(EnumHand enumhand) { -@@ -13,6 +15,7 @@ - } - - public void a(PacketDataSerializer packetdataserializer) throws IOException { -+ this.timestamp = System.currentTimeMillis(); // CraftBukkit - this.a = (EnumHand) packetdataserializer.a(EnumHand.class); - } - |