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

@@ -70,7 +70,7 @@ namespace OpenRA
return info;
}
catch (InvalidOperationException)
catch (YamlException)
{
Log.Write("debug", "GameInformation deserialized invalid MiniYaml:\n{0}".F(data));
throw;