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

@@ -198,7 +198,6 @@ namespace OpenRA.Network
public int OrderLatency = 3; // net tick frames (x 120 = ms)
public int RandomSeed = 0;
public bool AllowSpectators = true;
public bool AllowVersionMismatch;
public string GameUid;
public bool EnableSingleplayer;
public bool EnableSyncReports;