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

@@ -19,7 +19,7 @@ namespace OpenRA.Mods.Common.Lint
{
try
{
Game.ModData.RulesetCache.LoadMapRules(map);
Game.ModData.RulesetCache.Load(map);
}
catch (Exception e)
{