Describe SendSystemInformation so people know how to opt-out.

This commit is contained in:
Matthias Mailänder
2017-08-20 15:14:43 +02:00
committed by reaperrr
parent da02620c4e
commit 030c942f73

View File

@@ -97,7 +97,10 @@ namespace OpenRA
public bool IgnoreVersionMismatch = false;
public bool StrictActivityChecking = false;
[Desc("Allow the collection of anonymous data such as Operating System, .NET runtime, OpenGL version and language settings.")]
public bool SendSystemInformation = true;
public int SystemInformationVersionPrompt = 0;
public string UUID = System.Guid.NewGuid().ToString();
public bool EnableDebugCommandsInReplays = false;