mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 03:35:11 +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
|
@Override
|
||||||
public void onEnable(){
|
public void onEnable(){
|
||||||
if (!ServerCompatibility.getInstance().checkCompatibility(this).isCanLaunch()) {
|
if (!ServerCompatibility.getInstance().checkCompatibility().isCanLaunch()) {
|
||||||
// The server's most likely incompatible.
|
// The server's most likely incompatible.
|
||||||
// Show a warning
|
// Show a warning
|
||||||
logWarning("************ Disclaimer **************");
|
logWarning("************ Disclaimer **************");
|
||||||
|
Loading…
Reference in New Issue
Block a user