mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 09:50:43 -05:00
fix pathing to not use uri
This commit is contained in:
parent
599b5ec520
commit
09d125802a
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user