mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-28 08:24:25 +00:00
[trunk] fix none ops colour option
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1354 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
b971abd151
commit
9271e8eb3a
1 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,8 @@ public class Settings implements IConf
|
|||
|
||||
if (colorName == null)
|
||||
return ChatColor.RED;
|
||||
if("none".equalsIgnoreCase(colorName))
|
||||
return ChatColor.WHITE;
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue