Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Jan 28, 2020
1 parent 4fda280 commit 8615110
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Locale implements ILocale {
@Override
public String noPermission(String permission, UniversalCommand command) {
return "&cYou do not have permission (%permission%) to execute %command%"
.replace("%permission", permission)
.replace("%permission%", permission)
.replace("%command%", command.getName());
}

Expand Down

0 comments on commit 8615110

Please sign in to comment.