mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-06 20:42:57 +00:00
Fix [TotalFreedomMod] showing up in the logs instead of the proper message
This commit is contained in:
parent
a97a3f3177
commit
de1fbde20a
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ public class ChatManager extends FreedomService
|
|||
public void adminChat(CommandSender sender, String message)
|
||||
{
|
||||
Displayable display = plugin.rm.getDisplay(sender);
|
||||
FLog.info("[ADMIN] " + sender.getName() + " " + display.getTag() + ": " + message);
|
||||
FLog.info("[ADMIN] " + sender.getName() + " " + display.getTag() + ": " + message, true);
|
||||
|
||||
for (Player player : server.getOnlinePlayers())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue