mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-25 12:05:13 +01:00
Fix missing word
This commit is contained in:
parent
92ac2177cd
commit
4e7deb2562
@ -834,7 +834,7 @@ public int purgeCommand(CommandContext<S> context) {
|
||||
RenderTask updateTask = new MapUpdateTask(map);
|
||||
plugin.getRenderManager().scheduleRenderTask(updateTask);
|
||||
source.sendMessage(Text.of(TextColor.GREEN, "Created new Update-Task for map '" + map.getId() + "'"));
|
||||
source.sendMessage(Text.of(TextColor.GRAY, "If you don't this map to render again after the purge, use ",
|
||||
source.sendMessage(Text.of(TextColor.GRAY, "If you don't want this map to render again after the purge, use ",
|
||||
TextColor.DARK_GRAY, "/bluemap freeze " + map.getId(), TextColor.GRAY, " first!"));
|
||||
|
||||
source.sendMessage(Text.of(TextColor.GREEN, "Use ", TextColor.GRAY, "/bluemap", TextColor.GREEN, " to see the progress."));
|
||||
|
Loading…
Reference in New Issue
Block a user