mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 19:25:12 +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()) {
|
||||
// The server's most likely incompatible.
|
||||
// Show a warning
|
||||
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;
|
||||
logWarning("************ Disclaimer **************");
|
||||
logWarning("BentoBox may not be compatible with this server!");
|
||||
logWarning("BentoBox is tested only on the latest version of Spigot.");
|
||||
logWarning("**************************************");
|
||||
}
|
||||
|
||||
// Not loaded
|
||||
|
Loading…
Reference in New Issue
Block a user