aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod.json
diff options
context:
space:
mode:
authorzxcPandora <81985226+zxcPandora@users.noreply.github.com>2022-02-15 12:14:36 +0800
committerGitHub <noreply@github.com>2022-02-15 01:14:36 -0300
commitbca681c6e7b2b281a234d1ee9cbd671f97e45cb6 (patch)
tree5726d64e49464eab957a8e436eb0fd4b094db033 /Northstar.CustomServers/mod.json
parent2ca90c09e1b4f3718a6a8add8e4efa75258015ba (diff)
downloadNorthstarMods-bca681c6e7b2b281a234d1ee9cbd671f97e45cb6.tar.gz
NorthstarMods-bca681c6e7b2b281a234d1ee9cbd671f97e45cb6.zip
Add respawn protection match setting (#167)
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r--Northstar.CustomServers/mod.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json
index 9388b16f7..e7c00daa4 100644
--- a/Northstar.CustomServers/mod.json
+++ b/Northstar.CustomServers/mod.json
@@ -104,6 +104,14 @@
{
"Path": "lobby/sh_private_lobby_modes_init.gnut",
"RunOn": "( SERVER || CLIENT ) && MP"
+ },
+
+ {
+ "Path": "_respawn_protection.gnut",
+ "RunOn": "SERVER && MP",
+ "ServerCallback": {
+ "Before": "RespawnProtection_Init"
+ }
}
]
} \ No newline at end of file