Skip to content

Commit d592754

Browse files
committed
fixes
1 parent 9d57121 commit d592754

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/X39.UnitedTacticalForces.Api/Services/GameServerController/Controllers/SteamGameServerControllerBase.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,8 +674,10 @@ await UpdateStreamService.SendUpdateAsync(
674674
);
675675
var workingDir = Path.Combine(
676676
installPath,
677+
"mods",
677678
workshopId.ToString()
678679
);
680+
Directory.CreateDirectory(workingDir);
679681
var psi = new ProcessStartInfo
680682
{
681683
FileName = depotDownloaderPath,

0 commit comments

Comments
 (0)