Remove the filename from the undefined MapFormat exception
This commit is contained in:
committed by
Matthias Mailänder
parent
40e207200a
commit
95c0846ced
@@ -302,7 +302,7 @@ namespace OpenRA
|
||||
return FieldLoader.GetValue<int>("MapFormat", search.Groups[1].Value);
|
||||
}
|
||||
|
||||
throw new InvalidDataException($"MapFormat is not defined\n File: {p.Name}");
|
||||
throw new InvalidDataException("MapFormat is not defined");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user