diff options
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r-- | Northstar.CustomServers/mod.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index e7c00daa..09d8fc2d 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" }, { |