Made it where players can't message or reply if they're muted.

This commit is contained in:
nickreesdev
2021-02-20 12:25:02 -06:00
parent 1f933ce804
commit b83c25a5e5
9 changed files with 49 additions and 16 deletions

View File

@ -39,7 +39,7 @@ public class Arcade extends MGZPlugin {
new ScoreboardHandler(this, ArcadeScoreboard.class, 3L);
new ChatManager(this, badSportSystem, new IChatComponent[] {
new ChatManager(this, accountManager, badSportSystem, new IChatComponent[] {
new BasicRankComponent(),
new BasicNameComponent()
});