update se to 1.202.120

This commit is contained in:
zznty
2023-06-13 22:42:35 +07:00
parent f21976cf2d
commit d65c20a05d
9 changed files with 16 additions and 15 deletions

View File

@@ -172,7 +172,7 @@ namespace Torch.Server
{
var steamCmdProc = new ProcessStartInfo(steamCmdExePath)
{
Arguments = string.Format(TOOL_ARGS, configuration.GetValue("gamePath", "../"), depotId, "3215730643277932637"),
Arguments = string.Format(TOOL_ARGS, configuration.GetValue("gamePath", "../"), depotId, "3111493184861426002"),
WorkingDirectory = path,
RedirectStandardOutput = true
};