fixed perm for KaratTrophy

master
Joey Hines 2018-10-12 10:52:29 -05:00
parent bc59a8cdfb
commit d59f8186da
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ public class KaratTrophyCommand implements CommandExecutor {
@Override @Override
public boolean onCommand(CommandSender commandSender, Command command, String s, String args[]) { public boolean onCommand(CommandSender commandSender, Command command, String s, String args[]) {
if (!commandSender.hasPermission("qol.karat_trophy")) { if (!commandSender.hasPermission("qol.karattrophy")) {
EtzTechUtil.sms(commandSender, Lang.NO_PERMISSION.getDef()); EtzTechUtil.sms(commandSender, Lang.NO_PERMISSION.getDef());
return true; return true;
} }

View File

@ -73,7 +73,7 @@ permissions:
qol.deathmute: qol.deathmute:
description: Ability to use the Death Mute command description: Ability to use the Death Mute command
default: op default: op
qol.karatTrophy: qol.karattrophy:
description: to use the Karat Trophy Command description: to use the Karat Trophy Command
default: op default: op
qol.auditable: qol.auditable: