Fixed Mentio ignoring ignore
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user