Skip to content

Commit

Permalink
remove long-deprecated "item.lore.escaped"
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 19, 2019
1 parent 456befc commit fdd5fe3
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -59,13 +59,6 @@ public String getAttribute(Attribute attribute) {
return null;
}

// deprecated in favor of .escape_contents
if (attribute.startsWith("lore.escaped")) {
if (hasLore()) {
return new ElementTag(getPropertyString()).getAttribute(attribute.fulfill(2));
}
}

// <--[tag]
// @attribute <ItemTag.lore>
// @returns ListTag
Expand Down

0 comments on commit fdd5fe3

Please sign in to comment.