Fixed incorrect detection of non-supported nms versions

This commit is contained in:
OmerBenGera 2022-09-17 12:33:35 +03:00
parent 3fd922a027
commit cad5d1ada5
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public final class WildLoadersPlugin extends JavaPlugin implements WildLoaders {
log("&cThe plugin doesn't support your minecraft version.");
log("&cPlease try a different version.");
return true;
return false;
}
private void loadAPI() {