Skip to content

Commit

Permalink
Update core-related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphan1 committed Oct 22, 2015
1 parent 696ee4c commit 1813ac7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -278,7 +278,7 @@ public void schematicTags(ReplaceableTagEvent event) {

String id = event.getNameContext().toUpperCase();

Attribute attribute = new Attribute(event.raw_tag, event.getScriptEntry()).fulfill(1);
Attribute attribute = event.getAttributes().fulfill(1);

if (!schematics.containsKey(id)) {
// Meta below
Expand Down

0 comments on commit 1813ac7

Please sign in to comment.