For sure this time....right guys?

This commit is contained in:
MapleWheels
2026-01-19 18:03:58 -05:00
committed by Maplewheels
parent 6e7b7c804c
commit dda26df250
@@ -231,10 +231,9 @@ public class StorageService : IStorageService
IService.CheckDisposed(this);
if (!filePath.FullPath.StartsWith(ConfigData.WorkshopModsDirectory)
&& !filePath.FullPath.StartsWith(ConfigData.LocalModsDirectory)
&& !filePath.FullPath.StartsWith(ConfigData.TempDownloadsDirectory)
&& !filePath.FullPath.StartsWith(ContentPackageManager.VanillaCorePackage!.Dir)
#if CLIENT
&& !filePath.FullPath.StartsWith(ModReceiver.DownloadFolder)
&& !filePath.FullPath.StartsWith(ConfigData.TempDownloadsDirectory)
#endif
)
{