Skip to content

Commit

Permalink
Permissions and a ref bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityfox committed Jan 3, 2016
1 parent 5520466 commit ea68601
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FoxCore
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public List<String> getSuggestions(CommandSource source, String arguments) throw

@Override
public boolean testPermission(CommandSource source) {
return source.hasPermission("foxguard.command.modify.link.add");
return source.hasPermission("foxguard.command.modify.link.link");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public List<String> getSuggestions(CommandSource source, String arguments) throw

@Override
public boolean testPermission(CommandSource source) {
return source.hasPermission("foxguard.command.modify.link.remove");
return source.hasPermission("foxguard.command.modify.link.unlink");
}

@Override
Expand Down

0 comments on commit ea68601

Please sign in to comment.