CLI console command sender instance is now public

This commit is contained in:
Marc Baloup 2023-05-04 16:34:17 +02:00
parent efcb155b3d
commit 448ee6c62a
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,10 @@ public class CLIBrigadierDispatcher extends BrigadierDispatcher<CLICommandSender
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();
/**