Don't send user timestamps with the clientVars message

pull/57/head
Peter 'Pita' Martischka 2011-07-31 16:16:59 +01:00
parent 73b49e9c25
commit 340fbf4d44
1 changed files with 1 additions and 0 deletions

View File

@ -649,6 +649,7 @@ function handleClientReady(client, message)
{ {
authorManager.getAuthor(authorId, function(err, author) authorManager.getAuthor(authorId, function(err, author)
{ {
delete author.timestamp;
historicalAuthorData[authorId] = author; historicalAuthorData[authorId] = author;
callback(err); callback(err);
}); });