Skip to content

Commit 06fd34d

Browse files
Disable MAD by default (R2Northstar#787)
Disables MAD by default again by flipping the value of the corresponding convar by reverting R2Northstar#782
1 parent c8193f6 commit 06fd34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Northstar.Client/mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ConVars": [
88
{
99
"Name": "allow_mod_auto_download",
10-
"DefaultValue": "1"
10+
"DefaultValue": "0"
1111
},
1212
{
1313
"Name": "filter_hide_empty",

0 commit comments

Comments
 (0)