diff --git a/Datura/src/main/java/me/totalfreedom/datura/cmd/CommandSpyCommand.java b/Datura/src/main/java/me/totalfreedom/datura/cmd/CommandSpyCommand.java index 32f1472..1773d46 100644 --- a/Datura/src/main/java/me/totalfreedom/datura/cmd/CommandSpyCommand.java +++ b/Datura/src/main/java/me/totalfreedom/datura/cmd/CommandSpyCommand.java @@ -24,7 +24,7 @@ public class CommandSpyCommand extends Commander * * @param plugin The plugin which contains this command. */ - protected CommandSpyCommand(@NotNull JavaPlugin plugin) + public CommandSpyCommand(@NotNull JavaPlugin plugin) { super(plugin); }