diff --git a/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin/commands/Commands.java b/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin/commands/Commands.java index 036fbacf..827c6438 100644 --- a/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin/commands/Commands.java +++ b/BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/plugin/commands/Commands.java @@ -855,7 +855,7 @@ public class Commands { TextColor.DARK_GRAY, helper.formatTime(map.getRenderState().getLatestRenderTime()))); if (frozen) - lines.add(Text.of(TextColor.AQUA, TextFormat.ITALIC, "This map is frozen!")); + lines.add(Text.of(TextColor.AQUA, TextFormat.ITALIC, "\u00A0\u00A0\u00A0This map is frozen!")); } CommandSource source = commandSourceInterface.apply(context.getSource());