Skip to content

Commit

Permalink
use new getRawValue
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 18, 2020
1 parent 32714c7 commit 5beff89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ else if (!scriptEntry.hasObject("message_id")
scriptEntry.addObject("message_id", arg.asElement());
}
else if (!scriptEntry.hasObject("message")) {
scriptEntry.addObject("message", new ElementTag(arg.raw_value));
scriptEntry.addObject("message", new ElementTag(arg.getRawValue()));
}
else {
arg.reportUnhandled();
Expand Down

0 comments on commit 5beff89

Please sign in to comment.