diff options
author | F1F7Y <64418963+F1F7Y@users.noreply.github.com> | 2022-02-16 23:28:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 19:28:00 -0300 |
commit | 41a3025396e05c960ce972ed83e9c9e0a9c70e9e (patch) | |
tree | 65d9e829340db8813fd4581ad93761c9457d9e34 /Northstar.Client/mod.json | |
parent | 8c26a0b08d8327d6db14718754ff1b44e476acd2 (diff) | |
download | NorthstarMods-41a3025396e05c960ce972ed83e9c9e0a9c70e9e.tar.gz NorthstarMods-41a3025396e05c960ce972ed83e9c9e0a9c70e9e.zip |
Update private match map select menu (#194)
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index ec6a2f77..1a2b5c01 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -27,6 +27,10 @@ { "Name": "filter_mods", "DefaultValue": "0" + }, + { + "Name": "filter_map_hide_locked", + "DefaultValue": "0" } ], "Scripts": [ |