diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-04-15 16:08:16 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-04-19 23:07:48 +0200 |
commit | 6e8f81a9a9127654112c5b1cec227c764b4ca8fd (patch) | |
tree | c4df30c6b67fa292d946e35316c436afe73b3926 /Northstar.Client/mod.json | |
parent | ffdf44de4aed8e34cdc1d749193271ac80facaf3 (diff) | |
download | NorthstarMods-6e8f81a9a9127654112c5b1cec227c764b4ca8fd.tar.gz NorthstarMods-6e8f81a9a9127654112c5b1cec227c764b4ca8fd.zip |
cleanup file structure and code for presence and chat (#292)
* refactor presence and chat
* improve spacing in cl_chat
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 4748d82e..5d5f66e4 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -42,7 +42,7 @@ } }, { - "Path": "chat.gnut", + "Path": "client/cl_chat.gnut", "RunOn": "CLIENT" }, { @@ -54,14 +54,14 @@ } }, { - "Path": "state_ui.nut", + "Path": "presence/ui_presence.nut", "RunOn": "UI", "UICallback": { "After": "NSUpdateGameStateUIStart" } }, { - "Path": "state_client.nut", + "Path": "presence/cl_presence.nut", "RunOn": "CLIENT", "ClientCallback": { "After": "NSUpdateGameStateClientStart" |