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-10 17:51:54 -0300 |
commit | b62ffb3dee3700d044a51e31ef5f62584048dfa3 (patch) | |
tree | 5d78420d1da19fbb7f6088bf055bb72defbb3b94 /Northstar.CustomServers/mod.json | |
parent | ba987a7c34ff7e46a0daaea434fcb6aab43113bc (diff) | |
download | NorthstarMods-b62ffb3dee3700d044a51e31ef5f62584048dfa3.tar.gz NorthstarMods-b62ffb3dee3700d044a51e31ef5f62584048dfa3.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" }, |