removing duplication wrt mounting FS packages

This commit is contained in:
Bob
2010-08-21 17:27:54 +12:00
parent 15bd58ddce
commit 38ffd30b28
5 changed files with 16 additions and 36 deletions

View File

@@ -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();