Removed some things

This commit is contained in:
ZeroEpoch1969
2018-04-29 13:06:56 -07:00
parent 34a8e7f912
commit 83017e518d
5 changed files with 2 additions and 38 deletions

View File

@ -40,8 +40,6 @@ public class Command_say extends FreedomCommand
}
}
plugin.cm.checkMentions(message);
FUtil.bcastMsg(String.format("[Server:%s] %s", sender.getName(), message), ChatColor.LIGHT_PURPLE);
return true;