Batch format fix

This commit is contained in:
JeromSar
2013-08-12 14:41:04 +02:00
parent 69fd3566af
commit 4e3c9a6b9e
4 changed files with 9 additions and 9 deletions

View File

@ -906,7 +906,6 @@ public class TFM_Util
while (checkClass.getSuperclass() != Object.class && ((checkClass = checkClass.getSuperclass()) != null));
return null;
}
public static final List<ChatColor> COLOR_POOL = Arrays.asList(
ChatColor.DARK_BLUE,
ChatColor.DARK_GREEN,