You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
loggerLanding.error('Unhandled error in during launch process.',err)
129
+
showLaunchFailure('Error During Launch','See console (CTRL + Shift + i) for more details.')
125
130
}
126
-
}catch(err){
127
-
loggerLanding.error('Unhandled error in during launch process.',err)
128
-
showLaunchFailure('Error During Launch','See console (CTRL + Shift + i) for more details.')
129
131
}
130
132
})
131
133
@@ -640,6 +642,39 @@ async function dlAsync(login = true) {
640
642
641
643
}
642
644
645
+
/**
646
+
* Checks the current server to ensure that they still have permission to play it (checking server code, if applicable) and open up an error overlay if specified
647
+
* @Param {boolean} whether or not to show the error overlay
'Il semble que vous n\'ayez plus le code serveur requis pour accéder à ce serveur ! Veuillez changer de serveur pour jouer. <br/><br/> Si vous pensez qu\'il s\'agit d\'une erreur, veuillez contacter l\'administrateur du serveur.',
0 commit comments