mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2025-06-26 11:34:27 +00:00
Make CommandSpyCommand constructor public
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user