[FIX] Строки без смысла.

This commit is contained in:
Zaxar163 2019-05-05 09:49:09 +03:00 committed by GitHub
parent d4d389b70d
commit 37bd41c1de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -236,9 +236,9 @@ function verifyLauncher(e) {
initOffline();
}
overlay.swap(0, processing.overlay, function(event) makeAuthAvailabilityRequest(function(result) {
result.list;
result.list[0].name;
result.list[0].displayName;
//result.list;
//result.list[0].name;
//result.list[0].displayName;
result.list.forEach(function(auth_type, i, arr) {
var serverAuth = new com.jfoenix.controls.JFXComboBox();