Ignore peer clients, and scan through the client info set when removing because

we can't rely on building a new client info at session end time because the
client's ClientObject will have been destroyed.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4250 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-07-05 23:27:25 +00:00
parent 6be44f5a65
commit ef86404ed8
2 changed files with 24 additions and 12 deletions
@@ -35,7 +35,7 @@ public class NodeObject extends DObject
// AUTO-GENERATED: FIELDS END
/** Contains information on all clients connected to this node. */
public DSet<ClientInfo> clients;
public DSet<ClientInfo> clients = new DSet<ClientInfo>();
// AUTO-GENERATED: METHODS START
/**