Resolve an IDE0017 warning in ImportLegacyMapCommand
This commit is contained in:
committed by
Matthias Mailänder
parent
c6dc0b58be
commit
581b5cfacf
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user