Add PUNISHMENT_UI LineFormat

This commit is contained in:
Spencer 2018-01-03 11:34:45 -05:00 committed by Alexander Meech
parent e13eee5a5f
commit dc293cd0fe

View File

@ -2,7 +2,9 @@ package mineplex.core.common.util;
public enum LineFormat
{
LORE(220), CHAT(319);
LORE(220),
PUNISHMENT_UI(48),
CHAT(319);
private int _length;