diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-01-09 00:48:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 00:48:24 +0100 |
commit | 0e5bf9e64a861a1027d572cc334fc7696d493d65 (patch) | |
tree | c8479a3b78ffafe94c8a36215968695656ee1190 /Northstar.Client | |
parent | 8847f70ac698a8865842cecd8f0354cdcaac29e1 (diff) | |
download | NorthstarMods-0e5bf9e64a861a1027d572cc334fc7696d493d65.tar.gz NorthstarMods-0e5bf9e64a861a1027d572cc334fc7696d493d65.zip |
Enable MAD by default (#782)v1.22.1-rc3v1.22.1-rc2v1.22.1-rc1v1.22.0-rc1v1.22.0
Co-authored-by: Maya <11448698+RoyalBlue1@users.noreply.github.com>
Co-authored-by: ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com>
Co-authored-by: Alystrasz <contact@remyraes.com>
Diffstat (limited to 'Northstar.Client')
-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 44937a2b..cbd0f64c 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -7,7 +7,7 @@ "ConVars": [ { "Name": "allow_mod_auto_download", - "DefaultValue": "0" + "DefaultValue": "1" }, { "Name": "filter_hide_empty", |