summaryrefslogtreecommitdiffstats
path: root/nms-patches/Slot.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/Slot.patch')
-rw-r--r--nms-patches/Slot.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/nms-patches/Slot.patch b/nms-patches/Slot.patch
deleted file mode 100644
index 31176516..00000000
--- a/nms-patches/Slot.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/net/minecraft/server/Slot.java
-+++ b/net/minecraft/server/Slot.java
-@@ -48,6 +48,9 @@
- }
-
- public boolean hasItem() {
-+ if (getItem() != null && getItem().count == 0) {
-+ set(null);
-+ }
- return this.getItem() != null;
- }
-