瀏覽代碼

Rename missed reference to mm_ignore_list.json

habeebweeb 4 年之前
父節點
當前提交
52693c4c75
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Constants.cs

+ 1 - 1
COM3D2.MeidoPhotoStudio.Plugin/MeidoPhotoStudio/Constants.cs

@@ -589,7 +589,7 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
 
 
             MenuDataBase menuDataBase = GameMain.Instance.MenuDataBase;
             MenuDataBase menuDataBase = GameMain.Instance.MenuDataBase;
 
 
-            string ignoreListJson = File.ReadAllText(Path.Combine(configPath, "mm_ignore_list.json"));
+            string ignoreListJson = File.ReadAllText(Path.Combine(configPath, "bg_ignore_list.json"));
             string[] ignoreList = JsonConvert.DeserializeObject<IEnumerable<string>>(ignoreListJson).ToArray();
             string[] ignoreList = JsonConvert.DeserializeObject<IEnumerable<string>>(ignoreListJson).ToArray();
 
 
             HashSet<string> doguHashSet = new HashSet<string>(StringComparer.InvariantCultureIgnoreCase);
             HashSet<string> doguHashSet = new HashSet<string>(StringComparer.InvariantCultureIgnoreCase);