aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r--Northstar.Client/mod.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json
index 1a2b5c014..ad8507520 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": {