CLI console command sender instance is now public
This commit is contained in:
parent
efcb155b3d
commit
448ee6c62a
@ -19,7 +19,10 @@ public class CLIBrigadierDispatcher extends BrigadierDispatcher<CLICommandSender
|
|||||||
public static final CLIBrigadierDispatcher instance = new CLIBrigadierDispatcher();
|
public static final CLIBrigadierDispatcher instance = new CLIBrigadierDispatcher();
|
||||||
|
|
||||||
|
|
||||||
private static final CLICommandSender CLI_CONSOLE_COMMAND_SENDER = new CLIConsoleCommandSender();
|
/**
|
||||||
|
* The sender for the console itself.
|
||||||
|
*/
|
||||||
|
public static final CLICommandSender CLI_CONSOLE_COMMAND_SENDER = new CLIConsoleCommandSender();
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user