aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod.json
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-01-17 19:13:02 -0300
committerBarichello <artur@barichello.me>2022-01-17 21:21:45 -0300
commite0b8ff6ca17a3c8cf8c17ebd33cf109db574dba0 (patch)
tree5a1777a1dfe0756b00f9e8149449363324185e3a /Northstar.Client/mod.json
parent4c2bf1f7519d1164ea66c806f3c0a056f53c87a5 (diff)
downloadNorthstarMods-e0b8ff6ca17a3c8cf8c17ebd33cf109db574dba0.tar.gz
NorthstarMods-e0b8ff6ca17a3c8cf8c17ebd33cf109db574dba0.zip
Fix controller prompts
Closes #126
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"
}
],