diff options
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index ca33fa22..5fcdb0fd 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -39,6 +39,10 @@ "RunOn": "( CLIENT || SERVER ) && MP" }, { + "Path": "weapons/mp_titanweapon_arc_cannon.nut", + "RunOn": "( CLIENT || SERVER ) && MP" + }, + { "Path": "gamemodes/sh_gamemode_chamber.nut", "RunOn": "( CLIENT || SERVER ) && MP", "ClientCallback": { |