Fix a typo in the undefined MapFormat exception message

This commit is contained in:
abcdefg30
2022-10-13 22:38:56 +02:00
committed by Matthias Mailänder
parent acc2c11e69
commit 40e207200a

View File

@@ -302,7 +302,7 @@ namespace OpenRA
return FieldLoader.GetValue<int>("MapFormat", search.Groups[1].Value); return FieldLoader.GetValue<int>("MapFormat", search.Groups[1].Value);
} }
throw new InvalidDataException($"MapFormat is not definedt\n File: {p.Name}"); throw new InvalidDataException($"MapFormat is not defined\n File: {p.Name}");
} }
/// <summary> /// <summary>