Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
lover dice permission level
Browse files Browse the repository at this point in the history
  • Loading branch information
xunto committed Mar 6, 2020
1 parent 4d01081 commit 9f2cca1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public String getCommandName() {
}

@Override
public int getRequiredPermissionLevel() {
return 0;
public boolean canCommandSenderUseCommand(ICommandSender p_71519_1_) {
return true;
}

@Override
Expand Down

0 comments on commit 9f2cca1

Please sign in to comment.