Bump the map format 5 -> 6.

Version 6 ensures that maps define RequiresMod.
This commit is contained in:
Paul Chote
2013-12-08 10:53:17 +13:00
parent f5f6f1e7aa
commit 510e812c02
2 changed files with 30 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ namespace OpenRA
{
try
{
var map = new Map(path);
var map = new Map(path, Manifest.Mod.Id);
ret.Add(map.Uid, map);
}
catch (Exception e)