Archived
0

Fixed Mentio ignoring ignore

This commit is contained in:
minenash
2018-03-11 23:43:19 -04:00
parent 0e8da87003
commit 30fe935aee
3 changed files with 16 additions and 0 deletions

View File

@@ -97,6 +97,13 @@ public class Chat implements Module, Listener
return true;
}
@Command(hook = "shrugnoarg")
public boolean shrug(CommandSender sender)
{
broadcastFormatted("shrug", sender, "");
return true;
}
@Command(hook = "mute")
public boolean mute(CommandSender sender, String player)
{