diff --git a/OpenRA.Mods.Common/UtilityCommands/ImportLegacyMapCommand.cs b/OpenRA.Mods.Common/UtilityCommands/ImportLegacyMapCommand.cs index 4a84c92d43..0d0b54e610 100644 --- a/OpenRA.Mods.Common/UtilityCommands/ImportLegacyMapCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/ImportLegacyMapCommand.cs @@ -172,7 +172,7 @@ namespace OpenRA.Mods.Common.UtilityCommands var videos = new List(); foreach (var s in file.GetSection(section)) { - if (s.Value != "x" && s.Value != "") + if (s.Value != "x" && s.Value != "X" && s.Value != "") { switch (s.Key) {