update log message to reflect reality

This commit is contained in:
Stefan Breunig 2013-03-08 10:41:48 +01:00
parent 3f134542cb
commit fa82356ca8

View File

@ -43,7 +43,7 @@ if(!d) {
if(document.getElementById('header_email')) {
// however, we are logged in.
setTimeout('location.reload();', 3*1000);
throw('Page doesnt have player data, but you are logged in. Reloading in 10s.');
throw('Page doesnt have player data, but you are logged in. Reloading in 3s.');
}
// FIXME: handle nia takedown in progress
throw('Couldnt retrieve player data. Are you logged in?');