Fixed stupid issue with toggling chat.

This commit is contained in:
Brianna 2019-10-21 15:24:49 -04:00
parent 838d1640ae
commit ca40e0601e
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ public class CommandToggleChat extends AbstractCommand {
public CommandToggleChat(UltimateModeration instance) {
super(CommandType.PLAYER_ONLY, "togglechat");
this.instance = instance;
}
@Override