Skip to content

Commit 42f100f

Browse files
committed
added missing return (fixes #7)
1 parent 63b3cb1 commit 42f100f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/lol/hyper/toolstats/commands/CommandToolStats.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public boolean onCommand(@NotNull CommandSender sender, @NotNull Command command
5151
}
5252
if (args.length == 0) {
5353
sender.sendMessage(ChatColor.GREEN + "ToolStats version " + toolStats.getDescription().getVersion() + ". Created by hyperdefined.");
54+
return true;
5455
}
5556
switch (args[0]) {
5657
case "reload": {

0 commit comments

Comments
 (0)