Update for 1.15

This commit is contained in:
libraryaddict
2019-12-14 13:10:11 +13:00
parent da0e282258
commit 7b70c9bb14
12 changed files with 119 additions and 164 deletions

View File

@@ -60,7 +60,7 @@ public class LibsDisguises extends JavaPlugin {
"Blocks, Admins)");
}
if (!ReflectionManager.getMinecraftVersion().startsWith("1.14.4")) {
if (!ReflectionManager.getMinecraftVersion().startsWith("1.15")) {
getLogger().severe("You're using the wrong version of Lib's Disguises for your server! This is " +
"intended for 1.14.4!");
getPluginLoader().disablePlugin(this);