diff --git a/common/src/main/java/com/hibiscusmc/hmccosmetics/command/CosmeticCommand.java b/common/src/main/java/com/hibiscusmc/hmccosmetics/command/CosmeticCommand.java index 3645ea61..bc1c67a9 100644 --- a/common/src/main/java/com/hibiscusmc/hmccosmetics/command/CosmeticCommand.java +++ b/common/src/main/java/com/hibiscusmc/hmccosmetics/command/CosmeticCommand.java @@ -73,7 +73,7 @@ public class CosmeticCommand implements CommandExecutor { switch (firstArgs) { case ("reload") -> { - if (!sender.hasPermission("HMCCosmetics.cmd.reload") || !sender.isOp()) { + if (!sender.hasPermission("HMCCosmetics.cmd.reload") && !sender.isOp()) { if (!silent) MessagesUtil.sendMessage(sender, "no-permission"); return true; }