diff --git a/Core/src/main/java/com/plotsquared/core/plot/Plot.java b/Core/src/main/java/com/plotsquared/core/plot/Plot.java index 92408c827..1758923a0 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/Plot.java +++ b/Core/src/main/java/com/plotsquared/core/plot/Plot.java @@ -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) {