Fix missing static on ChatColor.values
This commit is contained in:
parent
d0fd673b60
commit
75af27acf1
@ -278,7 +278,7 @@ public final class ChatColor
|
|||||||
* @deprecated holdover from when this class was an enum
|
* @deprecated holdover from when this class was an enum
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public ChatColor[] values()
|
public static ChatColor[] values()
|
||||||
{
|
{
|
||||||
return BY_CHAR.values().toArray( new ChatColor[ BY_CHAR.values().size() ] );
|
return BY_CHAR.values().toArray( new ChatColor[ BY_CHAR.values().size() ] );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user