Skip to content

Commit

Permalink
feat: make /fsit have no requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rvbsm committed Dec 4, 2023
1 parent 8f1148a commit d54090e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/dev/rvbsm/fsit/command/FSitCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ public String name() {
return "fsit";
}

@Override
public boolean requires(ServerCommandSource src) {
return src.hasPermissionLevel(2);
}

@Override
public int executes(CommandContext<ServerCommandSource> ctx) {
// todo
Expand Down

0 comments on commit d54090e

Please sign in to comment.