From 030c942f732b674342d8c2d70beb5bff4287263d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 20 Aug 2017 15:14:43 +0200 Subject: [PATCH] Describe SendSystemInformation so people know how to opt-out. --- OpenRA.Game/Settings.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenRA.Game/Settings.cs b/OpenRA.Game/Settings.cs index a3f6f4514a..e509fa68b2 100644 --- a/OpenRA.Game/Settings.cs +++ b/OpenRA.Game/Settings.cs @@ -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;