Remove unused package annotations.

This commit is contained in:
Paul Chote
2016-01-16 13:28:21 +00:00
parent cbf2b1984a
commit 31cc399579
6 changed files with 50 additions and 53 deletions

View File

@@ -177,7 +177,7 @@ namespace OpenRA
ModFiles.LoadFromManifest(Manifest);
// Mount map package so custom assets can be used. TODO: check priority.
ModFiles.Mount(ModFiles.OpenPackage(map.Path, null, int.MaxValue));
ModFiles.Mount(ModFiles.OpenPackage(map.Path, int.MaxValue));
using (new Support.PerfTimer("Map.PreloadRules"))
map.PreloadRules();