IRulesetLoaded Warhead support and better error messages.

This commit is contained in:
atlimit8
2015-09-26 11:12:39 -05:00
parent 22183fd5c7
commit 079cff0a7a
6 changed files with 45 additions and 6 deletions

View File

@@ -102,6 +102,10 @@ namespace OpenRA.FileFormats
{
return new ReplayMetadata(fs, path);
}
catch (YamlException ex)
{
Log.Write("debug", ex.ToString());
}
catch (InvalidOperationException ex)
{
Log.Write("debug", ex.ToString());