aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod.json
diff options
context:
space:
mode:
authorEmma Miler <27428383+emma-miler@users.noreply.github.com>2022-02-07 00:28:10 +0100
committerBarichello <artur@barichello.me>2022-02-12 15:45:10 -0300
commit94f7f68bf9153d39fcdb38d614f1774cdb2fc33f (patch)
tree53fc9eff2ca3e294b0d19b11cd4a355203b7cdf7 /Northstar.CustomServers/mod.json
parent7e11339956c4e51a9d3901e963de0b8d5562f9d8 (diff)
downloadNorthstarMods-94f7f68bf9153d39fcdb38d614f1774cdb2fc33f.tar.gz
NorthstarMods-94f7f68bf9153d39fcdb38d614f1774cdb2fc33f.zip
Server-side code for chathooks
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r--Northstar.CustomServers/mod.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json
index 72c286252..c9bdd6c96 100644
--- a/Northstar.CustomServers/mod.json
+++ b/Northstar.CustomServers/mod.json
@@ -48,6 +48,10 @@
],
"Scripts": [
{
+ "Path": "_custom_codecallbacks.gnut",
+ "RunOn": "SERVER"
+ },
+ {
"Path": "_misc_stubs.gnut",
"RunOn": "SERVER && MP"
},