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

Commit 7280230

Browse files
committed
Added BarrierCommand chat prefix
- Added barrier command debug chat prefix
1 parent c83a840 commit 7280230

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/de/timmi6790/mcmod/modules/community/commands/BarrierCommand.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
public class BarrierCommand extends AbstractCommand {
1313
public BarrierCommand() {
1414
super("barrier");
15+
16+
this.setPrefix("Debug");
1517
}
1618

1719
@Override

0 commit comments

Comments
 (0)