Update DiscordToMinecraftListener.java

This commit is contained in:
elmon 2021-10-06 14:26:55 +02:00 committed by GitHub
parent 8f6674628c
commit d3a383f578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ public class DiscordToMinecraftListener extends ListenerAdapter
} }
else else
{ {
message.append(ChatColor.RESET + " ") message.append(ChatColor.RESET + " ")
} }
ComponentBuilder builder = new ComponentBuilder(message.toString()); ComponentBuilder builder = new ComponentBuilder(message.toString());