Resolve an IDE0017 warning in ImportLegacyMapCommand

This commit is contained in:
abcdefg30
2022-05-11 13:33:07 +02:00
committed by Matthias Mailänder
parent c6dc0b58be
commit 581b5cfacf

View File

@@ -73,10 +73,9 @@ namespace OpenRA.Mods.Common.UtilityCommands
{
Title = basic.GetValue("Name", Path.GetFileNameWithoutExtension(filename)),
Author = "Westwood Studios",
RequiresMod = ModData.Manifest.Id
};
Map.RequiresMod = ModData.Manifest.Id;
SetBounds(Map, mapSection);
ReadPacks(file, filename);