diff --git a/OpenRA.Mods.Common/MapGenerator/MultiBrush.cs b/OpenRA.Mods.Common/MapGenerator/MultiBrush.cs index d77e920e61..b4be1beb9d 100644 --- a/OpenRA.Mods.Common/MapGenerator/MultiBrush.cs +++ b/OpenRA.Mods.Common/MapGenerator/MultiBrush.cs @@ -633,9 +633,6 @@ namespace OpenRA.Mods.Common.MapGenerator case Replaceability.None: throw new ArgumentException("Cannot paint: Replaceability.None"); case Replaceability.Any: - if (this.actorPlans.Count == 0 && tiles.Count == 0) - throw new ArgumentException("Cannot paint: no tiles or actors"); - PaintTiles(map, paintAt, finalHeightOffset, random); PaintActors(map, actorPlans, paintAt);