mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 11:45:19 +01:00
fix: Strip redundant space at flag collection (#3400)
This commit is contained in:
parent
1f26808c7b
commit
e042566bb7
@ -2856,7 +2856,7 @@ public class Plot {
|
||||
flags = MINI_MESSAGE.parse(TranslatableCaption.of("info.none").getComponent(player));
|
||||
} else {
|
||||
TextComponent.Builder flagBuilder = Component.text();
|
||||
String prefix = " ";
|
||||
String prefix = "";
|
||||
for (final PlotFlag<?, ?> flag : flagCollection) {
|
||||
Object value;
|
||||
if (flag instanceof DoubleFlag && !Settings.General.SCIENTIFIC) {
|
||||
|
Loading…
Reference in New Issue
Block a user