update log message to reflect reality
This commit is contained in:
parent
3f134542cb
commit
fa82356ca8
2
main.js
2
main.js
@ -43,7 +43,7 @@ if(!d) {
|
||||
if(document.getElementById('header_email')) {
|
||||
// however, we are logged in.
|
||||
setTimeout('location.reload();', 3*1000);
|
||||
throw('Page doesn’t have player data, but you are logged in. Reloading in 10s.');
|
||||
throw('Page doesn’t have player data, but you are logged in. Reloading in 3s.');
|
||||
}
|
||||
// FIXME: handle nia takedown in progress
|
||||
throw('Couldn’t retrieve player data. Are you logged in?');
|
||||
|
Loading…
x
Reference in New Issue
Block a user