Hide started games from the server list to reduce noise.

This commit is contained in:
Paul Chote
2014-12-13 11:10:17 +13:00
parent 199f80c8ed
commit c45d472f9d

View File

@@ -36,7 +36,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
bool showWaiting = true;
bool showEmpty = true;
bool showStarted = true;
bool showStarted = false;
bool showProtected = true;
bool showIncompatible = false;