Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Added BarrierCommand chat prefix
Browse files Browse the repository at this point in the history
- Added barrier command debug chat prefix
  • Loading branch information
Timmi6790 committed Oct 18, 2020
1 parent c83a840 commit 7280230
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
public class BarrierCommand extends AbstractCommand {
public BarrierCommand() {
super("barrier");

this.setPrefix("Debug");
}

@Override
Expand Down

0 comments on commit 7280230

Please sign in to comment.