don't hardcode hidden mods

This commit is contained in:
Matthias Mailänder
2015-05-02 10:07:26 +02:00
parent a3b5f5a9a2
commit 50ae255395
3 changed files with 3 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ namespace OpenRA
public string Description;
public string Version;
public string Author;
public bool Hidden;
static Dictionary<string, ModMetadata> ValidateMods()
{