mirror of
https://github.com/Maxlego08/zKoth.git
synced 2024-11-26 12:35:17 +01:00
Add none message
This commit is contained in:
parent
24a58f56b6
commit
08a760e5c2
@ -255,6 +255,7 @@ public class ZKoth extends ZUtils implements Koth {
|
||||
this.title(player, title, subTitle, fadeInTime, showTime, fadeOutTime);
|
||||
break;
|
||||
}
|
||||
case NONE:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
@ -6,5 +6,6 @@ public enum MessageType {
|
||||
TCHAT,
|
||||
TITLE,
|
||||
CENTER,
|
||||
NONE,
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user