Remove warnings on loading addons (not Pladdons)

This commit is contained in:
tastybento 2023-03-25 15:50:39 -07:00
parent 25e601b26c
commit 85a7375004

View File

@ -202,8 +202,6 @@ public class AddonsManager {
return new PladdonData(null, false);
}
} catch (Exception ex) {
plugin.logError("Could not load pladdon " + f.getName() + ". Loading as addon.");
plugin.logStacktrace(ex);
// Addon not pladdon
AddonClassLoader addonClassLoader = new AddonClassLoader(this, data, f, this.getClass().getClassLoader());
// Get the addon itself