diff options
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 1a2b5c01..ad850752 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -35,6 +35,17 @@ ], "Scripts": [ { + "Path": "_custom_codecallbacks_client.gnut", + "RunOn": "CLIENT", + "ClientCallback": { + "Before": "NSSetupChathooksClient" + } + }, + { + "Path": "chat.gnut", + "RunOn": "CLIENT" + }, + { "Path": "ui/menu_ns_modmenu.nut", "RunOn": "UI", "UICallback": { |