summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockJukeBox.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockJukeBox.patch')
-rw-r--r--nms-patches/BlockJukeBox.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/nms-patches/BlockJukeBox.patch b/nms-patches/BlockJukeBox.patch
deleted file mode 100644
index 2b1a5cd6..00000000
--- a/nms-patches/BlockJukeBox.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/net/minecraft/server/BlockJukeBox.java
-+++ b/net/minecraft/server/BlockJukeBox.java
-@@ -141,6 +141,11 @@
- }
-
- public void setRecord(ItemStack itemstack) {
-+ // CraftBukkit start - There can only be one
-+ if (!itemstack.isEmpty()) {
-+ itemstack.setCount(1);
-+ }
-+ // CraftBukkit end
- this.record = itemstack;
- this.update();
- }