From e74cb33847586f516f745f967640129d5382c903 Mon Sep 17 00:00:00 2001 From: Aurora Date: Sun, 16 Aug 2020 17:05:09 +0200 Subject: [PATCH] comment biome change output back in --- .../sk89q/worldedit/function/operation/ForwardExtentCopy.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worldedit-core/src/main/java/com/sk89q/worldedit/function/operation/ForwardExtentCopy.java b/worldedit-core/src/main/java/com/sk89q/worldedit/function/operation/ForwardExtentCopy.java index 55948f63e..1e1255b1e 100644 --- a/worldedit-core/src/main/java/com/sk89q/worldedit/function/operation/ForwardExtentCopy.java +++ b/worldedit-core/src/main/java/com/sk89q/worldedit/function/operation/ForwardExtentCopy.java @@ -424,8 +424,8 @@ public class ForwardExtentCopy implements Operation { return ImmutableList.of( TranslatableComponent.of("worldedit.operation.affected.block", TextComponent.of(affectedBlocks)).color(TextColor.LIGHT_PURPLE), -// TranslatableComponent.of("worldedit.operation.affected.biome", -// TextComponent.of(affectedBiomeCols)).color(TextColor.LIGHT_PURPLE), + TranslatableComponent.of("worldedit.operation.affected.biome", + TextComponent.of(affectedBiomeCols)).color(TextColor.LIGHT_PURPLE), TranslatableComponent.of("worldedit.operation.affected.entity", TextComponent.of(affectedEntities)).color(TextColor.LIGHT_PURPLE) );