mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 03:53:41 +00:00
Change default op colour
This commit is contained in:
parent
161a61e0c6
commit
029162bba7
2 changed files with 2 additions and 2 deletions
|
@ -309,7 +309,7 @@ public class Settings implements ISettings
|
|||
|
||||
if (colorName == null)
|
||||
{
|
||||
return ChatColor.RED;
|
||||
return ChatColor.DARK_RED;
|
||||
}
|
||||
if ("none".equalsIgnoreCase(colorName) || colorName.isEmpty())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue