For sure this time....right guys?
This commit is contained in:
@@ -231,10 +231,9 @@ public class StorageService : IStorageService
|
|||||||
IService.CheckDisposed(this);
|
IService.CheckDisposed(this);
|
||||||
if (!filePath.FullPath.StartsWith(ConfigData.WorkshopModsDirectory)
|
if (!filePath.FullPath.StartsWith(ConfigData.WorkshopModsDirectory)
|
||||||
&& !filePath.FullPath.StartsWith(ConfigData.LocalModsDirectory)
|
&& !filePath.FullPath.StartsWith(ConfigData.LocalModsDirectory)
|
||||||
&& !filePath.FullPath.StartsWith(ConfigData.TempDownloadsDirectory)
|
|
||||||
&& !filePath.FullPath.StartsWith(ContentPackageManager.VanillaCorePackage!.Dir)
|
&& !filePath.FullPath.StartsWith(ContentPackageManager.VanillaCorePackage!.Dir)
|
||||||
#if CLIENT
|
#if CLIENT
|
||||||
&& !filePath.FullPath.StartsWith(ModReceiver.DownloadFolder)
|
&& !filePath.FullPath.StartsWith(ConfigData.TempDownloadsDirectory)
|
||||||
#endif
|
#endif
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user