Skip to content

Commit

Permalink
Fixed permission with hb top command
Browse files Browse the repository at this point in the history
  • Loading branch information
AerWyn81 committed Oct 28, 2024
1 parent 5709876 commit 13b070a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("java")
}

version = "1.6.5"
version = "1.6.6"

rootProject.allprojects {
repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.util.ArrayList;
import java.util.UUID;

@HBAnnotations(command = "top", permission = "headblocks.admin")
@HBAnnotations(command = "top", permission = "headblocks.commands.top")
public class Top implements Cmd {
private final LanguageHandler languageHandler;
private final HeadBlocksAPI headBlocksAPI;
Expand Down

0 comments on commit 13b070a

Please sign in to comment.