Merge RulesetCache.LoadDefaultRules and LoadMapRules.

This commit is contained in:
Paul Chote
2015-07-05 13:22:29 +01:00
parent 86bf9086d9
commit 7d62ac2b12
9 changed files with 14 additions and 15 deletions

View File

@@ -387,7 +387,7 @@ namespace OpenRA
{
try
{
return Game.ModData.RulesetCache.LoadMapRules(this);
return Game.ModData.RulesetCache.Load(this);
}
catch (Exception e)
{