diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-02-04 02:50:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 02:50:20 +0100 |
commit | 06fd34d87db022cfb646528a5502b07f2cc4efe7 (patch) | |
tree | ab257a00f0c7365140d28236f3b18de0c0a26f26 | |
parent | c8193f64ff169441ef9a359af126a99121040224 (diff) | |
download | NorthstarMods-1.23.0.tar.gz NorthstarMods-1.23.0.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
-rw-r--r-- | Northstar.Client/mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index cbd0f64c..44937a2b 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", |