mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-14 19:32:24 +01:00
Added a bit more logging in AddonsManager
This commit is contained in:
parent
6dd02a15b7
commit
3e34b4d11d
@ -61,6 +61,7 @@ public class AddonsManager {
|
||||
* Loads all the addons from the addons folder
|
||||
*/
|
||||
public void loadAddons() {
|
||||
plugin.log("Loading addons...");
|
||||
// Run each onLoad
|
||||
addons.forEach(addon -> {
|
||||
addon.onLoad();
|
||||
|
Loading…
Reference in New Issue
Block a user