diff options
author | RoyalBlue1 <realEmail@veryRealURL.com> | 2022-10-18 02:33:57 +0200 |
---|---|---|
committer | RoyalBlue1 <realEmail@veryRealURL.com> | 2022-10-18 02:33:57 +0200 |
commit | 52dab1de818e957c3817548de9bf23c1471172dd (patch) | |
tree | 0cfba289dda76c0851a8e8a587f6d0561cbf251a /Northstar.Custom/mod.json | |
parent | e32bd27b12d198301e0221a1f4176c854487c6a9 (diff) | |
parent | 118f9414326b0af067ee2a925d052c3ee17e4bef (diff) | |
download | NorthstarMods-52dab1de818e957c3817548de9bf23c1471172dd.tar.gz NorthstarMods-52dab1de818e957c3817548de9bf23c1471172dd.zip |
Merge remote-tracking branch 'upsteam/main' into gamemode_fd
Diffstat (limited to 'Northstar.Custom/mod.json')
-rw-r--r-- | Northstar.Custom/mod.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index 46b5ab7f..28825a58 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -407,6 +407,16 @@ "ServerCallback": { "After": "CustomPilotCollision_InitPlaylistVars" } + }, + { + "Path": "sh_message_utils.gnut", + "RunOn": "( CLIENT || SERVER ) && MP", + "ClientCallback": { + "Before": "MessageUtils_ClientInit" + }, + "ServerCallback": { + "Before": "MessageUtils_ServerInit" + } } ], |