Skip to content

Commit

Permalink
Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
voidpointer0x00 committed Apr 16, 2023
1 parent 7900f5d commit 21dd836
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public AutoWhitelistCommand() {
autoWhitelistCommands.addCommand(new IsOnCommand());
autoWhitelistCommands.addCommand(new ResetCommand());

// TODO the same for whitelist command
autoWhitelistCommands.getCommands().values() /* set appropriate permissions for sub commands */
.forEach(cmd -> cmd.setPermission(getPermission() + '.' + cmd.getName()));
}
Expand Down

0 comments on commit 21dd836

Please sign in to comment.