Skip to content

Commit

Permalink
typo in checking command name
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboMWM committed Mar 19, 2018
1 parent 70b5ca1 commit 3732961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/robomwm/customemotes/CustomEmotes.java
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 3732961

Please sign in to comment.