diff options
author | F1F7Y <64418963+F1F7Y@users.noreply.github.com> | 2022-07-26 17:16:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-26 17:16:32 +0200 |
commit | e591885e0336f33facbcf2b15c9cd99f9b217e70 (patch) | |
tree | 0769d45480c75f23af9c6d88581e6da7a57d7d07 /Northstar.Custom/mod.json | |
parent | 235e9bdd9be2c338d9a068fea018d41eb3881016 (diff) | |
download | NorthstarMods-e591885e0336f33facbcf2b15c9cd99f9b217e70.tar.gz NorthstarMods-e591885e0336f33facbcf2b15c9cd99f9b217e70.zip |
Serverside RUI, but it doesn't stink ( hopefully ) (#435)
* Serverside polls
* reset table so mods can wait for response
* large message
* popup message
* announcement
* info
* status
* fix uniboi crash
* no need to return id
* among
* typo
* Formatting
* bruh
* takyon doesn't know how to finish a review
* Formatting
* Do you not know how to finish a review or what
* You should look at gamemode_aitdm for some funky formatting :)
* Formatting
* Formatting
* Finally a good suggestion
* fix client misinterpreting assets
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" + } } ], |