mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 22:54:57 +00:00
No longer log message create event in discord admin chat
This commit is contained in:
parent
96f625cd6b
commit
3e403208db
1 changed files with 0 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue