From 5308da5bdb6a4ba9bf99cfec6c963fc1715a3a35 Mon Sep 17 00:00:00 2001 From: Simon <63975668+Simyon264@users.noreply.github.com> Date: Thu, 19 Dec 2024 23:56:53 +0100 Subject: [PATCH] Clarify comment --- SS14.Launcher/Models/Connector.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SS14.Launcher/Models/Connector.cs b/SS14.Launcher/Models/Connector.cs index bd085801..8ff80989 100644 --- a/SS14.Launcher/Models/Connector.cs +++ b/SS14.Launcher/Models/Connector.cs @@ -370,8 +370,8 @@ private async Task LaunchClientWrap( args.Add(parsedAddr.ToString()); } - // Pass build info to client. This is not critical to the client's function, - // it was added to aid client replay recording. + // Pass build info to client. Initally added for replays, it is now used for connecting on modern robust CDN versions. + // If engine_version or manifest_hash is null, the client WILL fail to connect. BuildCVar("download_url", serverBuildInformation?.DownloadUrl); BuildCVar("manifest_url", serverBuildInformation?.ManifestUrl);