From 892be787b1a4c171e43f7ea19799fff1a96067d8 Mon Sep 17 00:00:00 2001 From: alexiscatnip Date: Mon, 14 Feb 2022 00:38:57 +0800 Subject: [PATCH] forgot file stuff --- .../scripts/Disk/CopyStreamingAssetsToPersistentDataPath.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/scripts/Disk/CopyStreamingAssetsToPersistentDataPath.cs b/Assets/scripts/Disk/CopyStreamingAssetsToPersistentDataPath.cs index 724b574..175761e 100644 --- a/Assets/scripts/Disk/CopyStreamingAssetsToPersistentDataPath.cs +++ b/Assets/scripts/Disk/CopyStreamingAssetsToPersistentDataPath.cs @@ -24,7 +24,7 @@ namespace Disk private void CheckOmvDataFolderAndUpdateItIfNecessary() { List updatedFiles = CopyIfRequired_StreamingAssetsFolder( - DirectoryHelpers.GetInternalCacheDir() + DirectoryHelpers.GetInternalStorageDir() ); if (updatedFiles.Count > 0) @@ -41,7 +41,7 @@ namespace Disk { OpenMetaverse.Logger.Log( "staticAssets are already latest version in : " - + DirectoryHelpers.GetInternalCacheDir(), + + DirectoryHelpers.GetInternalStorageDir(), Helpers.LogLevel.Info ); }