mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-03 09:30:17 +01:00
Fixed BentoBox still disabling if running on incompatible server
This fixes commit 0d6f872420
.
This commit is contained in:
parent
a18ed9b999
commit
a26341e36f
@ -88,10 +88,10 @@ public class BentoBox extends JavaPlugin {
|
|||||||
if (!ServerCompatibility.getInstance().checkCompatibility(this).isCanLaunch()) {
|
if (!ServerCompatibility.getInstance().checkCompatibility(this).isCanLaunch()) {
|
||||||
// The server's most likely incompatible.
|
// The server's most likely incompatible.
|
||||||
// Show a warning
|
// Show a warning
|
||||||
getServer().getLogger().warning("************ Disclaimer **************");
|
logWarning("************ Disclaimer **************");
|
||||||
getServer().getLogger().warning("BentoBox may not be compatible with this server!");
|
logWarning("BentoBox may not be compatible with this server!");
|
||||||
getServer().getLogger().warning("BentoBox is tested only on the latest version of Spigot.");
|
logWarning("BentoBox is tested only on the latest version of Spigot.");
|
||||||
return;
|
logWarning("**************************************");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Not loaded
|
// Not loaded
|
||||||
|
Loading…
Reference in New Issue
Block a user