diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-24 23:44:59 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-24 23:44:59 +0000 |
commit | 15a37d022a4fb32f0d69ecd6eaa4894209b73c69 (patch) | |
tree | e294c7ba54103314e41e2bb207fc4e161f096f21 /Northstar.CustomServers/mod.json | |
parent | c15073a49a6f7814deef65f9d935289468914cb1 (diff) | |
download | NorthstarMods-15a37d022a4fb32f0d69ecd6eaa4894209b73c69.tar.gz NorthstarMods-15a37d022a4fb32f0d69ecd6eaa4894209b73c69.zip |
add more private lobby host settings
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r-- | Northstar.CustomServers/mod.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 8a37ef09..99826241 100644 --- a/Northstar.CustomServers/mod.json +++ b/Northstar.CustomServers/mod.json @@ -32,6 +32,16 @@ }, { + "Name": "ns_private_match_only_host_can_change_settings", + "DefaultValue": "0" + }, + + { + "Name": "ns_private_match_only_host_can_start", + "DefaultValue": "0" + }, + + { // default 0 because broken "Name": "ns_private_match_override_maxplayers", "DefaultValue": "0" |