Add space in an error message.

This commit is contained in:
wizjany 2022-01-16 10:56:21 -05:00
parent 3cb4abdbf7
commit 875a6fc827
No known key found for this signature in database
GPG Key ID: 1DB5861C03B76B5E
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class RegionCommandsBase {
return global;
}
throw new CommandException(
"You're not standing in a region." +
"You're not standing in a region. " +
"Specify an ID if you want to select a specific region.");
} else if (set.size() > 1) {
boolean first = true;