From fb32cb1b780c1169a834c951bc0c928199a2b59e Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Wed, 22 Dec 2021 16:46:49 +0000 Subject: playtest fixes --- Northstar.CustomServers/mod.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Northstar.CustomServers/mod.json') diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 980a5efd9..c177ed98a 100644 --- a/Northstar.CustomServers/mod.json +++ b/Northstar.CustomServers/mod.json @@ -20,7 +20,7 @@ { "Name": "ns_private_match_last_mode", - "DefaultValue": "aitdm" + "DefaultValue": "tdm" }, { @@ -29,7 +29,13 @@ }, { + // default 0 because broken "Name": "ns_private_match_override_maxplayers", + "DefaultValue": "0" + }, + + { + "Name": "ns_should_log_unknown_clientcommands", "DefaultValue": "1" } ], -- cgit v1.2.3