forked from Minecraft/QoL
fixed perm for KaratTrophy
parent
bc59a8cdfb
commit
d59f8186da
|
@ -21,7 +21,7 @@ public class KaratTrophyCommand implements CommandExecutor {
|
|||
|
||||
@Override
|
||||
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());
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -73,7 +73,7 @@ permissions:
|
|||
qol.deathmute:
|
||||
description: Ability to use the Death Mute command
|
||||
default: op
|
||||
qol.karatTrophy:
|
||||
qol.karattrophy:
|
||||
description: to use the Karat Trophy Command
|
||||
default: op
|
||||
qol.auditable:
|
||||
|
|
Loading…
Reference in New Issue