mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 19:25:12 +01:00
Fixed BentoBox not compiling due to one of the previous commits
This commit is contained in:
parent
36b3ec8527
commit
bb420b2649
@ -85,7 +85,7 @@ public class BentoBox extends JavaPlugin {
|
||||
|
||||
@Override
|
||||
public void onEnable(){
|
||||
if (!ServerCompatibility.getInstance().checkCompatibility(this).isCanLaunch()) {
|
||||
if (!ServerCompatibility.getInstance().checkCompatibility().isCanLaunch()) {
|
||||
// The server's most likely incompatible.
|
||||
// Show a warning
|
||||
logWarning("************ Disclaimer **************");
|
||||
|
Loading…
Reference in New Issue
Block a user