aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r--Northstar.Custom/mod.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json
index 2c82cb0b7..75a142915 100644
--- a/Northstar.Custom/mod.json
+++ b/Northstar.Custom/mod.json
@@ -162,6 +162,13 @@
},
{
+ "Path": "gamemodes/sh_gamemode_ctf_comp.gnut",
+ "RunOn": "( CLIENT || SERVER ) && MP",
+ "ClientPreCallback": "ShGamemodeCTFComp_Init",
+ "ServerPreCallback": "ShGamemodeCTFComp_Init"
+ },
+
+ {
"Path": "titan/sh_first_person_embark.gnut",
"RunOn": "( CLIENT || SERVER ) && MP",
"ClientPreCallback": "FirstPersonEmbark_Init",