mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
commit
17a9c6a612
1 changed files with 1 additions and 1 deletions
|
@ -55,9 +55,9 @@ public class RemoveCommand extends PKCommand {
|
|||
@Override
|
||||
public boolean hasPermission(CommandSender sender) {
|
||||
if (sender.hasPermission("bending.admin." + getName())) {
|
||||
sender.sendMessage(ChatColor.RED + "You don't have permission to use this command.");
|
||||
return true;
|
||||
}
|
||||
sender.sendMessage(ChatColor.RED + "You don't have permission to use this command.");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue