mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-02-26 09:11:31 +01:00
Fix spurious comma in "Flags:" /region info output
When the "/region info" command displays any flags in the region, it always prints an extra leading comma character after the "Flags:" prompt.
This commit is contained in:
parent
3ee3799e55
commit
1075d36748
@ -495,7 +495,7 @@ public void displayRegionInfo(CommandSender sender, final LocalPlayer localPlaye
|
||||
continue;
|
||||
}
|
||||
|
||||
if (s.length() > 0) {
|
||||
if (hasFlags) {
|
||||
s.append(", ");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user