aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r--Northstar.CustomServers/mod.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json
index e7c00daa4..09d8fc2da 100644
--- a/Northstar.CustomServers/mod.json
+++ b/Northstar.CustomServers/mod.json
@@ -49,6 +49,13 @@
"Scripts": [
{
"Path": "_custom_codecallbacks.gnut",
+ "RunOn": "SERVER",
+ "ServerCallback": {
+ "Before": "NSSetupChathooksServer"
+ }
+ },
+ {
+ "Path": "_chat.gnut",
"RunOn": "SERVER"
},
{