Fix some typos, don't use MineSkinAPI name

This commit is contained in:
libraryaddict
2020-01-11 13:37:45 +13:00
parent 7f725d26bd
commit db29352948
6 changed files with 14 additions and 18 deletions

View File

@@ -64,7 +64,7 @@ public class LibsDisguises extends JavaPlugin {
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!");
"intended for 1.15!");
getPluginLoader().disablePlugin(this);
return;
}