No longer log message create event in discord admin chat

This commit is contained in:
Business Goose 2022-03-28 21:05:05 +01:00
parent 96f625cd6b
commit 3e403208db
No known key found for this signature in database
GPG Key ID: 77DCA801362E9645
1 changed files with 0 additions and 3 deletions

View File

@ -99,9 +99,6 @@ public class DiscordBridge {
}
if(isAdmin) {
String name = author.getDiscriminatedName();
Log.info("[ADMIN] " + name + ": " + message);
for (org.bukkit.entity.Player player : Bukkit.getOnlinePlayers())
{
if (AdminList.isSuperAdmin(player))