mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-07 08:58:27 +01:00
Remove warnings on loading addons (not Pladdons)
This commit is contained in:
parent
25e601b26c
commit
85a7375004
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user