Skip to content

Commit

Permalink
fix note command object context
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 20, 2019
1 parent 5b146ab commit ea50d40
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -117,7 +117,7 @@ public void execute(ScriptEntry scriptEntry) {
return;
}

arg = ObjectFetcher.getObjectFrom(object_class, object);
arg = ObjectFetcher.getObjectFrom(object_class, object, scriptEntry.entryData.getTagContext());

if (arg instanceof Notable) {
((Notable) arg).makeUnique(id.asString());
Expand Down

0 comments on commit ea50d40

Please sign in to comment.