Skip to content

Commit

Permalink
tweak 'receives message' determine handler
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Apr 23, 2021
1 parent 5f274c8 commit 5c4033d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -78,7 +78,7 @@ public void setMessage(String message) {
MESSAGE.set(internal, Handler.componentToNMS(FormattedTextHelper.parse(message, ChatColor.WHITE)));
}
else {
internal.components = new BaseComponent[]{new TextComponent(message)};
internal.components = FormattedTextHelper.parse(message, ChatColor.WHITE);
}
}
catch (Exception e) {
Expand Down

0 comments on commit 5c4033d

Please sign in to comment.