From 1ca7b9edc7c9a3ea3f668d27d8a258b24170fecb Mon Sep 17 00:00:00 2001 From: FlorianMichael <60033407+FlorianMichael@users.noreply.github.com> Date: Mon, 31 Jul 2023 12:58:44 +0200 Subject: [PATCH] Make CommandSpyCommand constructor public --- .../main/java/me/totalfreedom/datura/cmd/CommandSpyCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }