diff options
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 2c82cb0b..75a14291 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", |