fix: open gui after sub-cmd
This commit is contained in:
parent
4450eaaf8c
commit
225224b34c
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ public class NickoCommand implements CommandExecutor {
|
|||
case "check" -> new NickoCheckSubCmd(this).execute(player, args);
|
||||
default -> sendHelpMessages(sender);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
new MainGUI(player).open();
|
||||
|
|
Loading…
Reference in a new issue