diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-03-03 20:54:59 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-03-03 20:54:59 +0000 |
commit | 81809dfba9a8329f07d68d1fd66133161234effa (patch) | |
tree | 94c6571b4be52dbd03435ffee478a41e8c062922 /Northstar.CustomServers/mod.json | |
parent | fd0c66f5c84b7b6c349c3362c3e6df555c393aa5 (diff) | |
download | NorthstarMods-81809dfba9a8329f07d68d1fd66133161234effa.tar.gz NorthstarMods-81809dfba9a8329f07d68d1fd66133161234effa.zip |
spectator refactor and private match spectator support
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": { |