Remove redundant Rules definition from ImportLegacyMapCommand.

This commit is contained in:
Paul Chote
2016-03-01 21:42:21 +00:00
parent 51ceda4e7f
commit 2029f34c86
4 changed files with 11 additions and 13 deletions

View File

@@ -63,7 +63,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
map.SetBounds(tl, br);
map.PlayerDefinitions = new MapPlayers(map.Rules, map.SpawnPoints.Value.Length).ToMiniYaml();
map.FixOpenAreas(world.Map.Rules);
map.FixOpenAreas();
Action<string> afterSave = uid =>
{