mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Fixed grabbing colors from the wrong file
This commit is contained in:
@ -68,7 +68,6 @@ public class TextComponentFactory {
|
||||
|
||||
public static TextComponent getNotificationTextComponent(String text, NotificationType notificationType)
|
||||
{
|
||||
System.out.println("Test");
|
||||
TextComponent textComponent = new TextComponent(text);
|
||||
textComponent.setColor(getNotificationColor(notificationType));
|
||||
return textComponent;
|
||||
|
Reference in New Issue
Block a user