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

@ -33,7 +33,7 @@ public class Build extends MGZPlugin {
WorldManager worldManager = new WorldManager(this);
new PlayerListener(this, worldManager);
new ChatManager(this, badSportSystem, new IChatComponent[] {
new ChatManager(this, accountManager, badSportSystem, new IChatComponent[] {
new BasicRankComponent(),
new BasicNameComponent()
});