summaryrefslogtreecommitdiffstats
path: root/nms-patches/DataInspectorBlockEntity.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/DataInspectorBlockEntity.patch')
-rw-r--r--nms-patches/DataInspectorBlockEntity.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/DataInspectorBlockEntity.patch b/nms-patches/DataInspectorBlockEntity.patch
index 182ddf44..0ec5d799 100644
--- a/nms-patches/DataInspectorBlockEntity.patch
+++ b/nms-patches/DataInspectorBlockEntity.patch
@@ -4,9 +4,9 @@
boolean flag;
if (s1 == null) {
-- DataInspectorBlockEntity.a.warn("Unable to resolve BlockEntity for ItemInstance: {}", new Object[] { s});
+- DataInspectorBlockEntity.a.warn("Unable to resolve BlockEntity for ItemInstance: {}", s);
+ // CraftBukkit - Remove unnecessary warning (occurs when deserializing a Shulker Box item)
-+ // DataInspectorBlockEntity.a.warn("Unable to resolve BlockEntity for ItemInstance: {}", new Object[] { s});
++ // DataInspectorBlockEntity.a.warn("Unable to resolve BlockEntity for ItemInstance: {}", s);
flag = false;
} else {
flag = !nbttagcompound2.hasKey("id");