Add missing backslash after "From X" and before "n"

This commit is contained in:
Norbi Peti 2020-03-20 02:06:07 +01:00
parent 052149bcb7
commit 43525bd93c
No known key found for this signature in database
GPG key ID: DBA4C4549A927E56

View file

@ -221,7 +221,7 @@ public class ChatProcessing {
new TellrawPart(channelidentifier)
.setHoverEvent(
TellrawEvent.create(TellrawEvent.HoverAction.SHOW_TEXT,
new TellrawPart((ChatUtils.MCORIGIN.equals(origin) ? "" : "From " + origin + "n")
new TellrawPart((ChatUtils.MCORIGIN.equals(origin) ? "" : "From " + origin + "\n")
+ "Copy message").setColor(Color.Blue)))
.setClickEvent(TellrawEvent.create(TellrawEvent.ClickAction.SUGGEST_COMMAND, message)));
if (PluginMain.permission.has(sender, "tbmc.badge.diamond"))