mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX] Фикс HelpCommand
This commit is contained in:
parent
9bdde2a727
commit
bd44a55f6b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public static void registerCommands(ru.gravit.utils.command.CommandHandler handl
|
||||||
LaunchServer server = LaunchServer.server;
|
LaunchServer server = LaunchServer.server;
|
||||||
BaseCommandCategory basic = new BaseCommandCategory();
|
BaseCommandCategory basic = new BaseCommandCategory();
|
||||||
// Register basic commands
|
// Register basic commands
|
||||||
basic.registerCommand("help", new HelpCommand(server.commandHandler));
|
basic.registerCommand("help", new HelpCommand(handler));
|
||||||
basic.registerCommand("version", new VersionCommand(server));
|
basic.registerCommand("version", new VersionCommand(server));
|
||||||
basic.registerCommand("build", new BuildCommand(server));
|
basic.registerCommand("build", new BuildCommand(server));
|
||||||
basic.registerCommand("stop", new StopCommand(server));
|
basic.registerCommand("stop", new StopCommand(server));
|
||||||
|
|
Loading…
Reference in a new issue