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())