Add none message

This commit is contained in:
Maxlego08 2021-04-06 08:40:17 +02:00
parent 24a58f56b6
commit 08a760e5c2
2 changed files with 2 additions and 0 deletions

View File

@ -255,6 +255,7 @@ public class ZKoth extends ZUtils implements Koth {
this.title(player, title, subTitle, fadeInTime, showTime, fadeOutTime);
break;
}
case NONE:
default:
break;
}

View File

@ -6,5 +6,6 @@ public enum MessageType {
TCHAT,
TITLE,
CENTER,
NONE,
}