Skip to content

Commit

Permalink
Code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqzn committed Sep 14, 2024
1 parent 869122f commit 599aad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Imperat/Command Help.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public final class GroupCommand {
source.reply("entered group name= " + group.name());
}

@Usage //help usage -> /group <group> help
@SubCommand("help") //help usage -> /group <group> help
public void groupHelp(
BukkitSource source,
@Named("group") Group group,
Expand Down

0 comments on commit 599aad5

Please sign in to comment.