mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 18:24:43 +02:00
Black is hard to read.
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user