Merge mod Folders into Packages.

This commit is contained in:
Paul Chote
2016-01-20 22:14:23 +00:00
parent f67e682041
commit fcccc0f5f9
8 changed files with 41 additions and 56 deletions

View File

@@ -128,9 +128,6 @@ namespace OpenRA.FileSystem
public void LoadFromManifest(Manifest manifest)
{
UnmountAll();
foreach (var dir in manifest.Folders)
Mount(dir);
foreach (var pkg in manifest.Packages)
Mount(pkg);
}