Format Style Fixes
This commit is contained in:
@@ -11,11 +11,7 @@ namespace SPTarkov.Server.Core.Extensions
|
||||
{
|
||||
public static string GetModPath(this SptMod sptMod)
|
||||
{
|
||||
var relativeModPath = Path.GetRelativePath(
|
||||
Directory.GetCurrentDirectory(),
|
||||
sptMod.Directory
|
||||
)
|
||||
.Replace('\\', '/');
|
||||
var relativeModPath = Path.GetRelativePath(Directory.GetCurrentDirectory(), sptMod.Directory).Replace('\\', '/');
|
||||
|
||||
return relativeModPath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user