mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-13 06:14:30 +01:00
Fix indentation of frozen status on map list
This commit is contained in:
parent
4386e35c59
commit
4aadaeb2e0
@ -855,7 +855,7 @@ public int mapsCommand(CommandContext<S> context) {
|
||||
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());
|
||||
|
Loading…
Reference in New Issue
Block a user