mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-07-25 06:53:56 +00:00
let's keep it in sync
This commit is contained in:
parent
d38d780887
commit
7228180f4b
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ public class ChatManager extends FreedomService
|
|||
}
|
||||
else
|
||||
{
|
||||
player.sendMessage("[" + ChatColor.AQUA + "ADMIN" + ChatColor.WHITE + "] " + ChatColor.DARK_RED + sender.getName() + " " + display.getColoredTag() + ChatColor.WHITE + ": " + ChatColor.GOLD + message);
|
||||
player.sendMessage("[" + ChatColor.AQUA + "ADMIN" + ChatColor.WHITE + "] " + ChatColor.DARK_RED + sender.getName() + " " + display.getColoredTag() + ChatColor.WHITE + ": " + ChatColor.GOLD + FUtil.colorize(message));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue