Skip to content

Commit

Permalink
Minor reorder so that comments are still accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabuzard committed Jan 19, 2022
1 parent 106d0c8 commit a38adae
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ public enum Features {
features.add(new KickCommand(actionsStore));
features.add(new BanCommand(actionsStore));
features.add(new UnbanCommand(actionsStore));
features.add(new FreeCommand());
features.add(new AuditCommand(actionsStore));
features.add(new MuteCommand(actionsStore));
features.add(new UnmuteCommand(actionsStore));

// Mixtures
features.add(new FreeCommand());

return features;
}
}

0 comments on commit a38adae

Please sign in to comment.