mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-16 04:11:44 +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
|
* Loads all the addons from the addons folder
|
||||||
*/
|
*/
|
||||||
public void loadAddons() {
|
public void loadAddons() {
|
||||||
|
plugin.log("Loading addons...");
|
||||||
// Run each onLoad
|
// Run each onLoad
|
||||||
addons.forEach(addon -> {
|
addons.forEach(addon -> {
|
||||||
addon.onLoad();
|
addon.onLoad();
|
||||||
|
Loading…
Reference in New Issue
Block a user