aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r--Northstar.Client/mod.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json
index fbaf12039..d40d7ed0c 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"
}
],