Add sysinfo version to sysinfo query
This commit is contained in:
committed by
Paul Chote
parent
54278ae8f3
commit
a0b911d498
@@ -291,7 +291,8 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
|||||||
|
|
||||||
// Append system profile data if the player has opted in
|
// Append system profile data if the player has opted in
|
||||||
if (Game.Settings.Debug.SendSystemInformation)
|
if (Game.Settings.Debug.SendSystemInformation)
|
||||||
newsURL += "&" + GetSystemInformation()
|
newsURL += "&sysinfoversion={0}&".F(SystemInformationVersion)
|
||||||
|
+ GetSystemInformation()
|
||||||
.Select(kv => kv.Key + "=" + Uri.EscapeUriString(kv.Value.Second))
|
.Select(kv => kv.Key + "=" + Uri.EscapeUriString(kv.Value.Second))
|
||||||
.JoinWith("&");
|
.JoinWith("&");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user