Update launcher name to match ours

This commit is contained in:
Freshmilkymilk 2021-02-01 13:56:24 -07:00
parent 1f0008d444
commit a81923eacc
No known key found for this signature in database
GPG Key ID: B210214726522691
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ function getXSTSToken(XBLToken) {
case 2148916238:
reject({
message: 'Since you are not yet 18 years old, an adult must add you to a family in order for you to use NexusLauncher!'
message: 'Since you are not yet 18 years old, an adult must add you to a family in order for you to use the ArdacraftLauncher!'
})
return

View File

@ -321,7 +321,7 @@ ipcRenderer.on('MSALoginWindowReply', (event, ...args) => {
let errorDesc = queryMap.get('error_description')
if(error === 'access_denied'){
error = 'ERRPR'
errorDesc = 'To use the NexusLauncher, you must agree to the required permissions! Otherwise you can\'t use this launcher with Microsoft accounts.<br><br>Despite agreeing to the permissions you don\'t give us the possibility to do anything with your account, because all data will always be sent back to you (the launcher) IMMEDIATELY and WITHOUT WAY.'
errorDesc = 'To use the ArdaCraftLauncher, you must agree to the required permissions! Otherwise you can\'t use this launcher with Microsoft accounts.<br><br>Despite agreeing to the permissions you don\'t give us the possibility to do anything with your account, because all data will always be sent back to you (the launcher) IMMEDIATELY and WITHOUT WAY.'
}
setOverlayContent(error, errorDesc, 'OK')
setOverlayHandler(() => {