aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2024-02-04 02:50:20 +0100
committerGitHub <noreply@github.com>2024-02-04 02:50:20 +0100
commit06fd34d87db022cfb646528a5502b07f2cc4efe7 (patch)
treeab257a00f0c7365140d28236f3b18de0c0a26f26 /Northstar.Client
parentc8193f64ff169441ef9a359af126a99121040224 (diff)
downloadNorthstarMods-06fd34d87db022cfb646528a5502b07f2cc4efe7.tar.gz
NorthstarMods-06fd34d87db022cfb646528a5502b07f2cc4efe7.zip
Disable MAD by default (#787)v1.23.1-rc1v1.23.0-rc2v1.23.0-rc1v1.23.0
Disables MAD by default again by flipping the value of the corresponding convar by reverting #782
Diffstat (limited to 'Northstar.Client')
-rw-r--r--Northstar.Client/mod.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json
index cbd0f64c7..44937a2b0 100644
--- a/Northstar.Client/mod.json
+++ b/Northstar.Client/mod.json
@@ -7,7 +7,7 @@
"ConVars": [
{
"Name": "allow_mod_auto_download",
- "DefaultValue": "1"
+ "DefaultValue": "0"
},
{
"Name": "filter_hide_empty",