Add Java 1.7 warning

This commit is contained in:
GeorgH93 2016-04-10 20:27:06 +02:00
parent d81dc5a9e5
commit 8875652920

View File

@ -58,6 +58,7 @@ public static MinePacks getInstance()
public void onEnable()
{
log = getLogger();
Utils.warnOnJava_1_7(log);
instance = this;
//region Check compatibility with used minecraft version
String name = Bukkit.getServer().getClass().getPackage().getName();