From 11dc6d0e677320d063f23c4951afccff61b94ea3 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 3 Feb 2022 15:06:35 +0000 Subject: [PATCH] Allowed custom props parameter --- eco-api/src/main/java/com/willfp/eco/core/EcoPlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-api/src/main/java/com/willfp/eco/core/EcoPlugin.java b/eco-api/src/main/java/com/willfp/eco/core/EcoPlugin.java index 4119640a..4f3ae40a 100644 --- a/eco-api/src/main/java/com/willfp/eco/core/EcoPlugin.java +++ b/eco-api/src/main/java/com/willfp/eco/core/EcoPlugin.java @@ -255,7 +255,7 @@ public abstract class EcoPlugin extends JavaPlugin implements PluginLike { * * @param pluginProps The props. If left null, it will read from eco.yml. */ - private EcoPlugin(@Nullable final EcoPluginProps pluginProps) { + protected EcoPlugin(@Nullable final EcoPluginProps pluginProps) { /* The handler must be initialized before any plugin's constructors are called, as the constructors call Eco#getHandler().