From 3732961596843175b047fdd7e93399dd88521f41 Mon Sep 17 00:00:00 2001 From: RoboMWM Date: Mon, 19 Mar 2018 16:12:36 -0700 Subject: [PATCH] typo in checking command name --- src/main/java/com/robomwm/customemotes/CustomEmotes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");