mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-06 12:33:11 +00:00
Merge remote-tracking branch 'origin/TFM1.12-Alpha' into TFM1.12-Alpha
This commit is contained in:
commit
6c5ae5d7d7
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ public class ChatManager extends FreedomService
|
||||||
}
|
}
|
||||||
else
|
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