mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2025-08-07 09:39:28 +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.
|
* @param plugin The plugin which contains this command.
|
||||||
*/
|
*/
|
||||||
protected CommandSpyCommand(@NotNull JavaPlugin plugin)
|
public CommandSpyCommand(@NotNull JavaPlugin plugin)
|
||||||
{
|
{
|
||||||
super(plugin);
|
super(plugin);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user