diff --git a/project/SPT.Custom/Patches/EasyAssetsPatch.cs b/project/SPT.Custom/Patches/EasyAssetsPatch.cs index 090f383..06590ab 100644 --- a/project/SPT.Custom/Patches/EasyAssetsPatch.cs +++ b/project/SPT.Custom/Patches/EasyAssetsPatch.cs @@ -97,6 +97,8 @@ namespace SPT.Custom.Patches // only download when connected externally if (await BundleManager.ShouldReaquire(bundleInfo)) { + VFS.DeleteFile(BundleManager.GetBundleFilePath(bundleInfo)); + await BundleManager.DownloadBundle(bundleInfo); } }