diff --git a/project/Aki.Custom/Utils/BundleManager.cs b/project/Aki.Custom/Utils/BundleManager.cs index a868bd3..b49f227 100644 --- a/project/Aki.Custom/Utils/BundleManager.cs +++ b/project/Aki.Custom/Utils/BundleManager.cs @@ -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; }