aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod.json
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-03-11 03:30:24 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-03-11 03:30:24 +0000
commitdfaa2c1515665c9a4927fa3a0e6045421e0c135a (patch)
tree88556dc23a196f2393476c570c70d3a9cdb2daa3 /Northstar.CustomServers/mod.json
parent846cd1efbb9e8c8de0f0c50ae90d271281c45719 (diff)
downloadNorthstarMods-dfaa2c1515665c9a4927fa3a0e6045421e0c135a.tar.gz
NorthstarMods-dfaa2c1515665c9a4927fa3a0e6045421e0c135a.zip
script api for server=>client stringcmds
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": {