Fix enum values on disguise options

This commit is contained in:
libraryaddict
2018-09-19 12:26:48 +12:00
parent cc067f5adb
commit 32626f9747
7 changed files with 63 additions and 47 deletions

View File

@@ -43,7 +43,7 @@ public class LibsDisguises extends JavaPlugin {
if (ReflectionManager.getMinecraftVersion().startsWith("1.13")) {
if (!LibsPremium.isPremium()) {
getLogger().severe("You must purchase the plugin to use 1.13!");
getLogger().severe("This will be released free two weeks after all bugs have been fixed!");
getLogger().severe("This will be released two weeks after Spigot is stable!");
getLogger().severe("If you've already purchased the plugin, place the purchased jar inside the " +
"Lib's Disguises plugin folder");
getPluginLoader().disablePlugin(this);