Skip to content

Commit

Permalink
Fixes reset command - now pastes a blueprint.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Dec 16, 2019
1 parent 3831cb4 commit 4faadbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void setup() {
setPermission("skygrid");
// Set up subcommands
new IslandInfoCommand(this);
new IslandResetCommand(this, true);
new IslandResetCommand(this);
new IslandSetnameCommand(this);
new IslandResetnameCommand(this);
new IslandSethomeCommand(this);
Expand Down

0 comments on commit 4faadbc

Please sign in to comment.