mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-02-06 10:06:53 +01:00
fix unknown e in launcher
This commit is contained in:
@@ -254,9 +254,6 @@ function switchPrompt() {
|
|||||||
let uid = localStorage.getItem('uid');
|
let uid = localStorage.getItem('uid');
|
||||||
if (uid != 'null' && uids.indexOf(uid) >= 0) {
|
if (uid != 'null' && uids.indexOf(uid) >= 0) {
|
||||||
setUidIndex(uids.indexOf(uid));
|
setUidIndex(uids.indexOf(uid));
|
||||||
} else {
|
|
||||||
addLog('Error setting character ID: '+e, 'error');
|
|
||||||
switchPrompt();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user