removing duplication wrt mounting FS packages
This commit is contained in:
@@ -87,9 +87,7 @@ namespace SequenceEditor
|
||||
|
||||
var mods = args[0].Split(',');
|
||||
var manifest = new Manifest(mods);
|
||||
|
||||
foreach (var folder in manifest.Folders) FileSystem.Mount(folder);
|
||||
foreach (var pkg in manifest.Packages) FileSystem.Mount(pkg);
|
||||
FileSystem.LoadFromManifest( manifest );
|
||||
|
||||
XmlFilename = args[1];
|
||||
Doc = new XmlDocument();
|
||||
|
||||
Reference in New Issue
Block a user