Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Блять
Browse files Browse the repository at this point in the history
  • Loading branch information
misandrie committed Mar 1, 2024
1 parent d4ff4d4 commit 8bca7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SS14.Launcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ private static AppBuilder BuildAvaloniaApp(DataManager cfg)

var http = HappyEyeballsHttp.CreateHttpClient();
http.DefaultRequestHeaders.UserAgent.Add(
new ProductInfoHeaderValue(LauncherVersion.Name, LauncherVersion.Version?.ToString()));
new ProductInfoHeaderValue("SS14.Launcher", LauncherVersion.Version?.ToString()));
http.DefaultRequestHeaders.Add("SS14-Launcher-Fingerprint", "");
Locator.CurrentMutable.RegisterConstant(http);

Expand Down

0 comments on commit 8bca7c8

Please sign in to comment.