diff --git a/src/main/java/com/robomwm/customemotes/CustomEmotes.java b/src/main/java/com/robomwm/customemotes/CustomEmotes.java index c5a7153..b2e97e3 100644 --- a/src/main/java/com/robomwm/customemotes/CustomEmotes.java +++ b/src/main/java/com/robomwm/customemotes/CustomEmotes.java @@ -223,7 +223,7 @@ public boolean onCommand(CommandSender sender, Command cmd, String label, String return true; } - if (cmd.getName().equalsIgnoreCase("/clearemoterequests")) + if (cmd.getName().equalsIgnoreCase("clearemoterequests")) { emoteRequests.clear(); sender.sendMessage("Cleared all emote requests");