diff options
author | Emma Miler <27428383+emma-miler@users.noreply.github.com> | 2022-02-07 00:28:10 +0100 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-02-12 15:45:10 -0300 |
commit | 94f7f68bf9153d39fcdb38d614f1774cdb2fc33f (patch) | |
tree | 53fc9eff2ca3e294b0d19b11cd4a355203b7cdf7 /Northstar.CustomServers/mod.json | |
parent | 7e11339956c4e51a9d3901e963de0b8d5562f9d8 (diff) | |
download | NorthstarMods-94f7f68bf9153d39fcdb38d614f1774cdb2fc33f.tar.gz NorthstarMods-94f7f68bf9153d39fcdb38d614f1774cdb2fc33f.zip |
Server-side code for chathooks
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r-- | Northstar.CustomServers/mod.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 72c28625..c9bdd6c9 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" }, |