Skip to content

Commit

Permalink
Change /f and /g shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthegreat1 committed Jun 29, 2023
1 parent 71ba1b9 commit c50ed4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/kevinthegreat/skyblockmod/util/Message.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public Message() {
commands.put("/mi", "/warp mines");
commands.put("/mines", "/warp mines");

commands.put("/f", "/warp forge");
commands.put("/fo", "/warp forge");
commands.put("/for", "/warp forge");
commands.put("/forge", "/warp forge");

Expand All @@ -56,7 +56,7 @@ public Message() {
commands.put("/ch", "/warp crystals");
commands.put("/crystal hollows", "/warp crystals");

commands.put("/g", "/warp garden");
commands.put("/ga", "/warp garden");
commands.put("/garden", "/warp garden");
commands.put("/go", "/warp gold");
commands.put("/gold", "/warp gold");
Expand Down

0 comments on commit c50ed4d

Please sign in to comment.