summaryrefslogtreecommitdiffstats
path: root/nms-patches/ItemRecord.patch
blob: 0698a9df6e5e1f11192a67d2776440a4e97cc9b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/net/minecraft/server/ItemRecord.java
+++ b/net/minecraft/server/ItemRecord.java
@@ -22,10 +22,14 @@
             if (world.isClientSide) {
                 return true;
             } else {
+                // CraftBukkit Start
+                /*
                 ((BlockJukeBox) Blocks.JUKEBOX).a(world, blockposition, iblockdata, itemstack);
                 world.a((EntityHuman) null, 1005, blockposition, Item.getId(this));
                 --itemstack.count;
                 entityhuman.b(StatisticList.X);
+                */
+                // CraftBukkit End
                 return true;
             }
         } else {