Merge pull request #11197 from pchote/add-sysinfo-opt-out-prompt

Add sysinfo opt out prompt
This commit is contained in:
reaperrr
2016-05-08 13:10:55 +02:00
6 changed files with 256 additions and 24 deletions

View File

@@ -101,6 +101,7 @@ namespace OpenRA
public int Samples = 25;
public bool IgnoreVersionMismatch = false;
public bool SendSystemInformation = true;
public int SystemInformationVersionPrompt = 0;
public string UUID = System.Guid.NewGuid().ToString();
}