mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-11-14 10:45:23 +01:00
Add Java 1.7 warning
This commit is contained in:
parent
d81dc5a9e5
commit
8875652920
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user