diff options
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r-- | Northstar.CustomServers/mod.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 9388b16f..e7c00daa 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 |