diff options
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r-- | Northstar.CustomServers/mod.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 00dd06bc..172bff11 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": { |