Преглед на файлове

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;
 
-            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();
 
             HashSet<string> doguHashSet = new HashSet<string>(StringComparer.InvariantCultureIgnoreCase);