Skip to content

Commit

Permalink
Fix admin message about setting up database objects.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe authored and BuildTools committed Jun 23, 2019
1 parent e5507f7 commit 1c9d434
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public boolean canExecute(User user, String label, List<String> args)
if (user.isOp() || user.hasPermission(this.getPermissionPrefix() + ".admin.biomes"))
{
String topLabel = optionalAddon.get().getAdminCommand().orElseGet(this::getParent).getTopLabel();
user.sendMessage("biomes.errors.no-biomes-admin", "[label]", topLabel);
user.sendMessage("biomes.errors.no-biomes-admin", "[command]", topLabel + " biomes");
}
else
{
Expand Down

0 comments on commit 1c9d434

Please sign in to comment.