Removed meaningless 1.15 check

This commit is contained in:
Auxilor
2021-03-20 20:59:44 +00:00
parent 3a451484e5
commit 1a880da6a5

View File

@@ -50,11 +50,6 @@ public class TalismansPlugin extends AbstractEcoPlugin {
*/
@Override
public void enable() {
if (!Prerequisite.MINIMUM_1_16.isMet()) {
this.getLog().error("1.15 is not officially supported!");
this.getLog().error("(There's no reason not to upgrade to 1.16.5, do that)");
}
this.getExtensionLoader().loadExtensions();
if (this.getExtensionLoader().getLoadedExtensions().isEmpty()) {