13
0
geforkt von Mirrors/Paper

Fixed incorrect value for ChatColor.BLACK (was 1, should be 0)

By: Nathan Adams <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2012-01-16 19:49:16 +00:00
Ursprung b59a919a08
Commit d4b3279707

Datei anzeigen

@ -11,7 +11,7 @@ public enum ChatColor {
/**
* Represents black
*/
BLACK('0', 0x01),
BLACK('0', 0x00),
/**
* Represents dark blue
*/