Skip to content

Commit

Permalink
Alias /all to /g command
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMolkaPL authored and Pablete1234 committed Jan 2, 2020
1 parent e41f755 commit 8a7fec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tc/oc/pgm/listeners/ChatDispatcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public ChatDispatcher(MatchManager manager) {
}

@Command(
aliases = {"g"},
aliases = {"g", "all"},
desc = "Send a message to everyone",
usage = "[message]")
public void sendGlobal(Match match, MatchPlayer sender, @Nullable @Text String message) {
Expand Down

0 comments on commit 8a7fec6

Please sign in to comment.