fix unknown e in launcher

This commit is contained in:
wish
2022-07-16 04:47:22 +10:00
parent 36537be9d6
commit f415c3c87e

View File

@@ -254,10 +254,7 @@ function switchPrompt() {
let uid = localStorage.getItem('uid');
if (uid != 'null' && uids.indexOf(uid) >= 0) {
setUidIndex(uids.indexOf(uid));
} else {
addLog('Error setting character ID: '+e, 'error');
switchPrompt();
}
}
}
}