diff --git a/project/SPT.Custom/Patches/FileCachePatch.cs b/project/SPT.Custom/Patches/FileCachePatch.cs index 2c7d3ac..daa675c 100644 --- a/project/SPT.Custom/Patches/FileCachePatch.cs +++ b/project/SPT.Custom/Patches/FileCachePatch.cs @@ -14,7 +14,7 @@ namespace SPT.Custom.Patches /// public class FileCachePatch : ModulePatch { - private static readonly string _sptPath = new Uri(Path.Combine(Environment.CurrentDirectory, "user", "sptappdata")).AbsolutePath; + private static readonly string _sptPath = Path.Combine(Environment.CurrentDirectory, "user", "sptappdata"); protected override MethodBase GetTargetMethod() {