aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r--Northstar.CustomServers/mod.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json
index 00dd06bc0..172bff117 100644
--- a/Northstar.CustomServers/mod.json
+++ b/Northstar.CustomServers/mod.json
@@ -92,6 +92,13 @@
"RunOn": "(CLIENT || SERVER) && MP"
},
{
+ "Path": "sh_server_to_client_stringcommands.gnut",
+ "RunOn": "CLIENT || SERVER",
+ "ClientCallback": {
+ "After": "ServerToClientStringCommands_Init"
+ }
+ },
+ {
"Path": "gamemodes/_gamemode_fra.nut",
"RunOn": "SERVER && MP",
"ServerCallback": {