Bump the map format 5 -> 6.
Version 6 ensures that maps define RequiresMod.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user