unnecessary

This commit is contained in:
speed
2020-12-24 20:07:09 -05:00
parent 585fdb7992
commit 210b0f8b43
4 changed files with 9 additions and 10 deletions

View File

@ -138,7 +138,7 @@ public class ChatManager extends FreedomService
// Send to discord
if (!ConfigEntry.ADMIN_ONLY_MODE.getBoolean() && !Bukkit.hasWhitelist() && !plugin.pl.getPlayer(player).isMuted() && !plugin.tfg.inGuildChat(player))
{
plugin.dc.messageChatChannel(plugin.dc.deformat(player.getName()) + " \u00BB " + ChatColor.stripColor(message));
plugin.dc.messageChatChannel(player.getName() + " \u00BB " + ChatColor.stripColor(message));
}
}