Fix a typo in the undefined MapFormat exception message
This commit is contained in:
committed by
Matthias Mailänder
parent
acc2c11e69
commit
40e207200a
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user