fixed prepareStats bug
This commit is contained in:
@@ -610,7 +610,7 @@ Node.prototype.sendStatsUpdate = function (force)
|
||||
{
|
||||
if( this.changed() || force ) {
|
||||
console.info("wsc", "Sending", chalk.reset.blue((force ? "forced" : "changed")), chalk.bold.white("update"));
|
||||
this.emit('stats', this.prepareBasic());
|
||||
this.emit('stats', this.prepareStats());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user