List started games by default.

This commit is contained in:
Paul Chote
2016-03-30 17:56:15 +01:00
parent d9b9407925
commit b783dba2ae

View File

@@ -194,7 +194,7 @@ namespace OpenRA
public bool FetchNews = true; public bool FetchNews = true;
public string NewsUrl = "http://master.openra.net/gamenews"; public string NewsUrl = "http://master.openra.net/gamenews";
public MPGameFilters MPGameFilters = MPGameFilters.Waiting | MPGameFilters.Empty | MPGameFilters.Protected; public MPGameFilters MPGameFilters = MPGameFilters.Waiting | MPGameFilters.Empty | MPGameFilters.Protected | MPGameFilters.Started;
} }
public class KeySettings public class KeySettings