From ce6c101df3e0a5a8ceeea0d4f9af836940c47a54 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sun, 10 Sep 2023 15:54:14 +0200 Subject: [PATCH] Remove color replace on BackupCommand.backupLoad Signed-off-by: yoyosource --- .../src/de/steamwar/bausystem/features/backup/BackupCommand.java | 1 - 1 file changed, 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/backup/BackupCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/backup/BackupCommand.java index 38bfe194..ba7035dc 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/backup/BackupCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/backup/BackupCommand.java @@ -92,7 +92,6 @@ public class BackupCommand extends SWCommand { } EditSession editSession = new PasteBuilder(new PasteBuilder.FileProvider(backupFile)) .pastePoint(region.getMinPoint().add(region.getPrototype().getSizeX() / 2, 0, region.getPrototype().getSizeZ() / 2)) - .color(region.getPlain(Flag.COLOR, ColorMode.class).getColor()) .minPoint(region.getMinPoint()) .maxPoint(region.getMaxPoint()) .waterLevel(region.getWaterLevel())