From dda26df250eedd7400b395005ac1ae936e9c6dd1 Mon Sep 17 00:00:00 2001 From: MapleWheels Date: Mon, 19 Jan 2026 18:03:58 -0500 Subject: [PATCH] For sure this time....right guys? --- .../SharedSource/LuaCs/Services/StorageService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Services/StorageService.cs b/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Services/StorageService.cs index 5554fc734..ec28224b5 100644 --- a/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Services/StorageService.cs +++ b/Barotrauma/BarotraumaShared/SharedSource/LuaCs/Services/StorageService.cs @@ -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 ) {