diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-27 04:43:43 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-27 04:43:43 +0000 |
commit | 449cb6f54c9fbad225dd9c6b1651a738b1dcabce (patch) | |
tree | 79ffee7483b0d79d877b6900ddd42fa81d8a3211 /Northstar.CustomServers/mod.json | |
parent | 21cd8a0e32cda8d5b868ebbeb2105af4d31afb86 (diff) | |
download | NorthstarMods-449cb6f54c9fbad225dd9c6b1651a738b1dcabce.tar.gz NorthstarMods-449cb6f54c9fbad225dd9c6b1651a738b1dcabce.zip |
fix some crashes and evac playing in ttdm
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r-- | Northstar.CustomServers/mod.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 65aa7190..40e64cf6 100644 --- a/Northstar.CustomServers/mod.json +++ b/Northstar.CustomServers/mod.json @@ -47,9 +47,8 @@ }, { - // default 0 because broken "Name": "ns_private_match_override_maxplayers", - "DefaultValue": "0" + "DefaultValue": "1" }, { |