diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-26 23:22:52 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-26 23:22:52 +0000 |
commit | 5a1e4e60513b4a804ca343080b3d2c752a4b2a4d (patch) | |
tree | 6e1299c30b14e8e2b14ba7b5ff3fa17a2ec23602 /Northstar.CustomServers/mod.json | |
parent | 97f17ec3d74787cfdee851bb961f76de90fd60a9 (diff) | |
download | NorthstarMods-5a1e4e60513b4a804ca343080b3d2c752a4b2a4d.tar.gz NorthstarMods-5a1e4e60513b4a804ca343080b3d2c752a4b2a4d.zip |
add ns_private_match_countdown_length and fix flyout and evac issue
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r-- | Northstar.CustomServers/mod.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 99826241..65aa7190 100644 --- a/Northstar.CustomServers/mod.json +++ b/Northstar.CustomServers/mod.json @@ -42,6 +42,11 @@ }, { + "Name": "ns_private_match_countdown_length", + "DefaultValue": "15" + }, + + { // default 0 because broken "Name": "ns_private_match_override_maxplayers", "DefaultValue": "0" |