mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Made GameMetaData Games dictionary readonly
This commit is contained in:
parent
37d002f95a
commit
9f86f3466d
@ -71,8 +71,7 @@ namespace Wabbajack.Common
|
||||
return Games.Values.FirstOrDefault(g => g.NexusName == gameName.ToLower());
|
||||
}
|
||||
|
||||
|
||||
public static Dictionary<Game, GameMetaData> Games = new Dictionary<Game, GameMetaData>
|
||||
public static IReadOnlyDictionary<Game, GameMetaData> Games = new Dictionary<Game, GameMetaData>
|
||||
{
|
||||
/*{
|
||||
Game.Morrowind, new GameMetaData()
|
||||
|
Loading…
Reference in New Issue
Block a user