Skip to content

Commit

Permalink
Add homes command to default player options.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jul 6, 2021
1 parent 1ee83cd commit 19ddd73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public void setup() {
new IslandSethomeCommand(this);
new IslandDeletehomeCommand(this);
new IslandRenamehomeCommand(this);
new IslandHomesCommand(this);
}


Expand Down

0 comments on commit 19ddd73

Please sign in to comment.