diff options
author | Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2022-12-01 20:25:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-01 21:25:12 +0100 |
commit | 891c2afe222930d9bd5a0edb6471c9f7d8da2d42 (patch) | |
tree | 9ed195cfcd8c048cacee8a26b52c10f4872e7dba /Northstar.Client/mod.json | |
parent | 4730389c3bc0e750eab2ecdc3fd9a781f70e12a3 (diff) | |
download | NorthstarMods-891c2afe222930d9bd5a0edb6471c9f7d8da2d42.tar.gz NorthstarMods-891c2afe222930d9bd5a0edb6471c9f7d8da2d42.zip |
Remove unnecessary root table setting and make functions global (#534)
* fix for CHudChat_ProcessMessageStartThread not working in native
* remove unneeded NSSetupChathooksClient callback
* fix for CServerGameDLL_ProcessMessageStartThread not working in native
* remove unneeded NSSetupChathooksServer callback
* remove root table setting for ServerToClientStringCommands_Init
* remove unneeded ServerToClientStringCommands_Init callback
* remove global function
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 15853be7..3b236980 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -46,10 +46,7 @@ "Scripts": [ { "Path": "_custom_codecallbacks_client.gnut", - "RunOn": "CLIENT", - "ClientCallback": { - "Before": "NSSetupChathooksClient" - } + "RunOn": "CLIENT" }, { "Path": "client/cl_chat.gnut", |