mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-22 08:01:24 +01:00
Now with proper commit...
This commit is contained in:
parent
907268c2f4
commit
25e601b26c
@ -202,8 +202,8 @@ public class AddonsManager {
|
||||
return new PladdonData(null, false);
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
|
||||
ex.printStackTrace();
|
||||
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