mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 06:30:43 -05:00
Fixed bundle path issue
This commit is contained in:
parent
336ad97bc8
commit
14079619cf
@ -23,7 +23,7 @@ namespace Aki.Custom.Utils
|
|||||||
public static string GetBundlePath(BundleItem bundle)
|
public static string GetBundlePath(BundleItem bundle)
|
||||||
{
|
{
|
||||||
return RequestHandler.IsLocal
|
return RequestHandler.IsLocal
|
||||||
? $"{bundle.ModPath}/bundles/{bundle.FileName}"
|
? $"{bundle.ModPath}/bundles/"
|
||||||
: CachePath;
|
: CachePath;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user