fixed ping conflict

This commit is contained in:
cubedro 2015-04-02 18:23:14 +03:00
parent 61e2db4e33
commit a8fb34ea14

View File

@ -359,7 +359,7 @@ Node.prototype.update = function()
Node.prototype.ping = function()
{
this.emit('ping', '');
this.emit('node-ping', '');
};
Node.prototype.setWatches = function()