only you
This commit is contained in:
parent
e7980aefaa
commit
9c2b9eb236
1 changed files with 0 additions and 6 deletions
|
|
@ -234,12 +234,6 @@ Network.prototype._onMessage = function(enc) {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
Network.prototype._checkAnyPeer = function(msg) {
|
|
||||||
if (this.connectedPeers.length === 1) {
|
|
||||||
this.emit('onlyYou');
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
Network.prototype._setupConnectionHandlers = function() {
|
Network.prototype._setupConnectionHandlers = function() {
|
||||||
preconditions.checkState(this.socket);
|
preconditions.checkState(this.socket);
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue