Skip to content

Commit

Permalink
fix 'narrate' 'from' arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 25, 2020
1 parent 14b5dfb commit 58f9aee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -88,7 +88,7 @@ else if (!scriptEntry.hasObject("targets")
}
else if (!scriptEntry.hasObject("from")
&& arg.matchesPrefix("from")) {
scriptEntry.addObject("from", arg.asElement());
scriptEntry.addObject("from", TagManager.tagObject(arg.getValue(), scriptEntry.getContext()));
}
else if (!scriptEntry.hasObject("per_player")
&& arg.matches("per_player")) {
Expand Down

0 comments on commit 58f9aee

Please sign in to comment.