diff --git a/OpenRA.Mods.Common/ColorValidator.cs b/OpenRA.Mods.Common/ColorValidator.cs index 85767f3dd7..2eb8ff3a07 100644 --- a/OpenRA.Mods.Common/ColorValidator.cs +++ b/OpenRA.Mods.Common/ColorValidator.cs @@ -161,6 +161,7 @@ namespace OpenRA.Mods.Common if (attempt >= 255) { color = RandomPresetColor(random, terrainColors, playerColors); + onError("Color could not be adjusted enough, a new color has been picked."); break; }