Black is hard to read.

This commit is contained in:
GJ 2013-10-28 13:58:34 -04:00
parent 9ef3c721df
commit 62e03a4ef5

View File

@ -58,7 +58,7 @@ public class ScoreboardManager {
List<ChatColor> colors = new ArrayList<ChatColor>();
for (ChatColor color : ChatColor.values()) {
if (color.isColor()) {
if (color.isColor() && color != ChatColor.BLACK) {
colors.add(color);
}
}