diff options
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r-- | Northstar.CustomServers/mod.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 99826241..40e64cf6 100644 --- a/Northstar.CustomServers/mod.json +++ b/Northstar.CustomServers/mod.json @@ -42,9 +42,13 @@ }, { - // default 0 because broken + "Name": "ns_private_match_countdown_length", + "DefaultValue": "15" + }, + + { "Name": "ns_private_match_override_maxplayers", - "DefaultValue": "0" + "DefaultValue": "1" }, { |