Skip to content

Commit

Permalink
[CORE] Fix Console running /ase issues
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfieheart <[email protected]>
  • Loading branch information
Wolfieheart committed Dec 31, 2024
1 parent 467b766 commit 68ee37c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
sender.sendMessage(VERSION);
sender.sendMessage(HELP);
sender.sendMessage(RELOAD);
return true;
} else {
switch (args[0].toLowerCase()) {
case "reload" -> commandReloadConsole(sender);
Expand Down

0 comments on commit 68ee37c

Please sign in to comment.