Fixed BentoBox not compiling due to one of the previous commits

This commit is contained in:
Florian CUNY 2019-05-08 00:29:02 +02:00
parent 36b3ec8527
commit bb420b2649

View File

@ -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 **************");