Hide started games from the server list to reduce noise.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
|
|||||||
|
|
||||||
bool showWaiting = true;
|
bool showWaiting = true;
|
||||||
bool showEmpty = true;
|
bool showEmpty = true;
|
||||||
bool showStarted = true;
|
bool showStarted = false;
|
||||||
bool showProtected = true;
|
bool showProtected = true;
|
||||||
bool showIncompatible = false;
|
bool showIncompatible = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user