Browse Source

Use 'MultipleMaidsScene' as base scene folder name

habeebweeb 4 years ago
parent
commit
5986847e81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MultipleMaids/SaveManager.cs

+ 1 - 1
MultipleMaids/SaveManager.cs

@@ -15,7 +15,7 @@ namespace CM3D2.MultipleMaids.Plugin
         internal static readonly byte[] kankyoHeader = Encoding.ASCII.GetBytes("KANKYO");
         internal const string sceneDirectoryName = "< Scene Root >";
         internal const string kankyoDirectoryName = "< Kankyou Root >";
-        internal readonly string saveScenePath = Path.Combine(Path.GetFullPath(".\\"), "Mod\\MultipleMaidsSave");
+        internal readonly string saveScenePath = Path.Combine(Path.GetFullPath(".\\"), "Mod\\MultipleMaidsScene");
         private static string kankyoScenePath = Path.Combine(Path.GetFullPath(".\\"), "Mod\\MultipleMaidsKankyou");
         private static string sceneData;
         private static List<ScenePng> scenes = new List<ScenePng>(50);