Skip to content

Commit

Permalink
also fix corruptions of old style inventorytags
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 8, 2020
1 parent 0fe3e31 commit c1e23cd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -184,6 +184,7 @@ public static InventoryTag internalGetInventoryFor(TagContext context, List<Stri
}
else if (property.startsWith("script_name=")) {
holder = ObjectFetcher.unescapeProperty(property.substring("script_name=".length()));
typeName = "script";
}
else if (property.startsWith("uniquifier=")) {
String idText = property.substring("uniquifier=".length());
Expand Down

0 comments on commit c1e23cd

Please sign in to comment.