0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 02:50:45 -05:00

Merge branch 'master' into 3.9.0-DEV

This commit is contained in:
chomp 2024-05-21 17:52:54 +00:00
commit 9c83092062

View File

@ -23,7 +23,7 @@ namespace Aki.Custom.Utils
public static string GetBundlePath(BundleItem bundle)
{
return RequestHandler.IsLocal
? $"{bundle.ModPath}/bundles/{bundle.FileName}"
? $"{bundle.ModPath}/bundles/"
: CachePath;
}