diff options
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r-- | Northstar.CustomServers/mod.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 09d8fc2d..00dd06bc 100644 --- a/Northstar.CustomServers/mod.json +++ b/Northstar.CustomServers/mod.json @@ -18,6 +18,11 @@ "DefaultValue": "1" }, { + "Name": "ns_allow_spectators", + "DefaultValue": "0", + "Flags": 8192 + }, + { "Name": "ns_private_match_last_mode", "DefaultValue": "tdm" }, @@ -102,6 +107,13 @@ "RunOn": "SERVER && MP" }, { + "Path": "mp/_spectator.gnut", + "RunOn": "SERVER && MP", + "ServerCallback": { + "After": "Spectator_Init" + } + }, + { "Path": "_loadouts_mp.gnut", "RunOn": "SERVER && MP", "ServerCallback": { |