Change default op colour

This commit is contained in:
KHobbits 2012-09-09 16:55:19 +01:00
parent 161a61e0c6
commit 029162bba7
2 changed files with 2 additions and 2 deletions

View file

@ -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())
{