mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] GetConnectUUIDCommand
This commit is contained in:
parent
666644c9e0
commit
3e8c1adebe
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
import pro.gravit.launcher.base.Launcher;
|
||||
import pro.gravit.launcher.runtime.LauncherEngine;
|
||||
import pro.gravit.launcher.client.events.ClientUnlockConsoleEvent;
|
||||
import pro.gravit.launcher.runtime.console.GetConnectUUIDCommand;
|
||||
import pro.gravit.launcher.runtime.console.UnlockCommand;
|
||||
import pro.gravit.launcher.runtime.console.test.PrintHardwareInfoCommand;
|
||||
import pro.gravit.utils.command.CommandHandler;
|
||||
|
@ -46,6 +47,7 @@ public static void registerCommands() {
|
|||
handler.registerCommand("clear", new ClearCommand(handler));
|
||||
handler.registerCommand("unlock", new UnlockCommand());
|
||||
handler.registerCommand("printhardware", new PrintHardwareInfoCommand());
|
||||
handler.registerCommand("getconnectuuid", new GetConnectUUIDCommand());
|
||||
}
|
||||
|
||||
public static boolean checkUnlockKey(String key) {
|
||||
|
|
Loading…
Reference in a new issue