Fix indentation of frozen status on map list

This commit is contained in:
Lukas Rieger (Blue) 2023-08-10 16:09:57 +02:00
parent 4386e35c59
commit 4aadaeb2e0
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 1 additions and 1 deletions

View File

@ -855,7 +855,7 @@ public class Commands<S> {
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());