diff options
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" } ], |