diff --git a/GameRes/FormatCatalog.cs b/GameRes/FormatCatalog.cs index 6b6f0335..06d06721 100644 --- a/GameRes/FormatCatalog.cs +++ b/GameRes/FormatCatalog.cs @@ -364,7 +364,7 @@ namespace GameRes { var scheme = format.Scheme; if (null != scheme) - db.SchemeMap[format.Tag] = scheme; + db.SchemeMap.Add (format.Tag, scheme); } SerializeScheme (output, db); }