Remove long-broken setting to ignore version mismatches.

This commit is contained in:
Paul Chote
2018-11-25 22:24:02 +00:00
committed by reaperrr
parent b7317f2202
commit 04359206ff
3 changed files with 1 additions and 5 deletions

View File

@@ -98,9 +98,6 @@ namespace OpenRA
public bool SanityCheckUnsyncedCode = false;
public int Samples = 25;
[Desc("Show incompatible games in server browser.")]
public bool IgnoreVersionMismatch = false;
public bool StrictActivityChecking = false;
[Desc("Check whether a newer version is available online.")]