aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod.json
diff options
context:
space:
mode:
authorJack <66967891+ASpoonPlaysGames@users.noreply.github.com>2023-10-07 11:40:31 +0100
committerGitHub <noreply@github.com>2023-10-07 12:40:31 +0200
commit15b3b65fc4e88fe98ba12b4d7603e396fba91fb3 (patch)
tree2bda073e3a7340445dfa8e5b2ea0288ef2efe815 /Northstar.Client/mod.json
parent1c3bafd8efd56c4f0bb11a952fb192f60bcf42c0 (diff)
downloadNorthstarMods-15b3b65fc4e88fe98ba12b4d7603e396fba91fb3.tar.gz
NorthstarMods-15b3b65fc4e88fe98ba12b4d7603e396fba91fb3.zip
Display origin auth failure in a dialog (#648)v1.19.5-rc1v1.19.5
Currently, we don't do anything with origin auth failure, meaning the next request just fails, and we get not particularly relevant error messages (player not found, invalid masterserver token)
Diffstat (limited to 'Northstar.Client/mod.json')
-rw-r--r--Northstar.Client/mod.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json
index 7d695a4b7..f7c7c9b5b 100644
--- a/Northstar.Client/mod.json
+++ b/Northstar.Client/mod.json
@@ -128,6 +128,13 @@
{
"Path": "ui/ui_mouse_capture.nut",
"RunOn": "UI"
+ },
+ {
+ "Path": "ui/atlas_auth.nut",
+ "RunOn": "UI",
+ "UICallback": {
+ "After": "AtlasAuthDialog"
+ }
}
],
"Localisation": [