Fix editor conversion

This commit is contained in:
Paul Chote
2011-02-11 10:37:58 +13:00
parent 6ef330c357
commit 7332c5a6df
2 changed files with 4 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ namespace OpenRA
public static Dictionary<String, Mod> CurrentMods
{
get { return Mod.AllMods.Where( k => orderManager.LobbyInfo.GlobalSettings.Mods.Contains( k.Key )).ToDictionary( k => k.Key, k => k.Value ); }
get { return Mod.AllMods.Where( k => modData.Manifest.Mods.Contains( k.Key )).ToDictionary( k => k.Key, k => k.Value ); }
}
static Modifiers modifiers;