Fixed typo from 0d6f872420

This commit is contained in:
Florian CUNY 2019-03-28 20:04:15 +01:00
parent 0d6f872420
commit a54412e266

View File

@ -87,7 +87,7 @@ public class BentoBox extends JavaPlugin {
if (!ServerCompatibility.getInstance().checkCompatibility(this).isCanLaunch()) {
// The server's most likely incompatible.
// Show a warning
getServer().getLogger().warning("************ Disclaminer **************");
getServer().getLogger().warning("************ Disclaimer **************");
getServer().getLogger().warning("BentoBox may not be compatible with this server!");
getServer().getLogger().warning("BentoBox is tested only on the latest version of Spigot.");
return;