Fix missing word

This commit is contained in:
Lukas Rieger (Blue) 2022-04-24 19:01:28 +02:00
parent 92ac2177cd
commit 4e7deb2562
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2

View File

@ -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."));