From 94560f7781d3599138d1c29a2676b3906386e36f Mon Sep 17 00:00:00 2001 From: mcmonkey4eva Date: Wed, 10 May 2017 08:19:49 -0700 Subject: [PATCH] improve meta --- .../main/java/net/aufdemrand/denizen/objects/dInventory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/src/main/java/net/aufdemrand/denizen/objects/dInventory.java b/plugin/src/main/java/net/aufdemrand/denizen/objects/dInventory.java index bb5a8bcc77..8682d8201f 100644 --- a/plugin/src/main/java/net/aufdemrand/denizen/objects/dInventory.java +++ b/plugin/src/main/java/net/aufdemrand/denizen/objects/dInventory.java @@ -1563,7 +1563,7 @@ else if (item != null && item.hasItemMeta() && item.getItemMeta().hasDisplayName } // <--[tag] - // @attribute ]> + // @attribute ]> // @returns Element(Boolean) // @description // Returns whether the inventory contains an item with the specified scriptname. @@ -1575,7 +1575,7 @@ else if (item != null && item.hasItemMeta() && item.getItemMeta().hasDisplayName int attribs = 2; // <--[tag] - // @attribute ].quantity[<#>]> + // @attribute ].quantity[<#>]> // @returns Element(Boolean) // @description // Returns whether the inventory contains a certain quantity of an item with the specified scriptname.