diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-19 02:23:57 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-19 02:23:57 +0000 |
commit | dda0f0240c1a19eeb321d362e751b397a63996ec (patch) | |
tree | b2c270fd94d5897639a1a1ad17b3c3e777833325 /Northstar.Client/mod.json | |
parent | 917da6226d0aa62717f4ec2abe644589dd8e0e42 (diff) | |
parent | 190349255d45ae88f7b6d2ad872a5df15699d97a (diff) | |
download | NorthstarMods-dda0f0240c1a19eeb321d362e751b397a63996ec.tar.gz NorthstarMods-dda0f0240c1a19eeb321d362e751b397a63996ec.zip |
Merge branch 'main' of https://github.com/R2Northstar/NorthstarMods
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r-- | Northstar.Client/mod.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index fbaf1203..d40d7ed0 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -58,13 +58,16 @@ "Before": "AddNorthstarCustomMatchSettingsCategoryMenu" } }, - { "Path": "ui/menu_ns_custom_match_settings.nut", "RunOn": "UI", "UICallback": { "Before": "AddNorthstarCustomMatchSettingsMenu" } + }, + { + "Path": "ui/controller_prompts.nut", + "RunOn": "UI" } ], |