Don't send user timestamps with the clientVars message
parent
73b49e9c25
commit
340fbf4d44
|
@ -649,6 +649,7 @@ function handleClientReady(client, message)
|
|||
{
|
||||
authorManager.getAuthor(authorId, function(err, author)
|
||||
{
|
||||
delete author.timestamp;
|
||||
historicalAuthorData[authorId] = author;
|
||||
callback(err);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue