diff options
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" }, |