Make CommandSpyCommand constructor public

This commit is contained in:
FlorianMichael 2023-07-31 12:58:44 +02:00
parent 722b1b72a4
commit 1ca7b9edc7
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}