mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2024-11-14 05:03:33 +00:00
Make CommandSpyCommand constructor public
This commit is contained in:
parent
722b1b72a4
commit
1ca7b9edc7
@ -24,7 +24,7 @@ public class CommandSpyCommand extends Commander
|
|||||||
*
|
*
|
||||||
* @param plugin The plugin which contains this command.
|
* @param plugin The plugin which contains this command.
|
||||||
*/
|
*/
|
||||||
protected CommandSpyCommand(@NotNull JavaPlugin plugin)
|
public CommandSpyCommand(@NotNull JavaPlugin plugin)
|
||||||
{
|
{
|
||||||
super(plugin);
|
super(plugin);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user