Freak not out if we're not fully connected to a known peer.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4420 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -79,6 +79,9 @@ public class CrowdPeerManager extends PeerManager
|
||||
// one of the other servers
|
||||
for (PeerNode peer : _peers.values()) {
|
||||
CrowdNodeObject cnobj = (CrowdNodeObject)peer.nodeobj;
|
||||
if (cnobj == null) {
|
||||
continue;
|
||||
}
|
||||
CrowdClientInfo cinfo = (CrowdClientInfo)cnobj.clients.get(target);
|
||||
if (cinfo != null) {
|
||||
cnobj.crowdPeerService.deliverTell(
|
||||
|
||||
Reference in New Issue
Block a user