mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-26 02:57:59 +01:00
Change log to logError, as it would be an exception.
This commit is contained in:
parent
ff2983629d
commit
5f57417ccc
@ -141,7 +141,7 @@ public class AddonsManager {
|
||||
// Run the onLoad.
|
||||
addon.onLoad();
|
||||
} catch (Exception e) {
|
||||
plugin.log(e.getMessage());
|
||||
plugin.logError(e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user