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:
@@ -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
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user