mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-01-10 18:37:39 +01:00
Add space in an error message.
This commit is contained in:
parent
3cb4abdbf7
commit
875a6fc827
@ -211,7 +211,7 @@ protected static ProtectedRegion checkRegionStandingIn(RegionManager regionManag
|
|||||||
return global;
|
return global;
|
||||||
}
|
}
|
||||||
throw new CommandException(
|
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.");
|
"Specify an ID if you want to select a specific region.");
|
||||||
} else if (set.size() > 1) {
|
} else if (set.size() > 1) {
|
||||||
boolean first = true;
|
boolean first = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user