mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 22:54:57 +00:00
Explicitly log Discord messages (closes #13)
This commit is contained in:
parent
9741bae1fe
commit
2fbec562f7
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ public class DiscordBridge {
|
|||
}
|
||||
|
||||
Bukkit.spigot().broadcast(component);
|
||||
Log.info(component.toPlainText());
|
||||
}
|
||||
});
|
||||
} catch (Exception e) {
|
||||
|
|
Loading…
Reference in a new issue