Skip to content

Commit

Permalink
Disable info command.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Jan 25, 2022
1 parent 2512800 commit d6a2167
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void setup()
this.setDescription(Constants.PLAYER_COMMANDS + "main.description");

new BiomesSetCommand(this.getAddon(), this);
new BiomesInfoCommand(this.getAddon(), this);
// new BiomesInfoCommand(this.getAddon(), this);
new BiomesBuyCommand(this.getAddon(), this);
}

Expand Down

0 comments on commit d6a2167

Please sign in to comment.