diff --git a/Assets/Scripts/AssetRefs/ConstRef.cs b/Assets/Scripts/AssetRefs/ConstRef.cs index 5f268048a..9042d2dcf 100644 --- a/Assets/Scripts/AssetRefs/ConstRef.cs +++ b/Assets/Scripts/AssetRefs/ConstRef.cs @@ -21,11 +21,7 @@ namespace AibisDream.Utility public static readonly string TestSaveFilePath = Application.streamingAssetsPath + "/TestSaveFiles"; -#if UnityEditor - public static readonly string SaveFilePath = Application.persistentDataPath + "/SaveFiles/"; -#else public static readonly string SaveFilePath = Path.Combine(Application.persistentDataPath, "AllOurBrokenParts", "saves"); -#endif public static readonly string ChapterProgressPath = Path.Combine(Application.persistentDataPath, "AllOurBrokenParts", "Config", "chapter.json");