Keep track of the client object id in the agent object (this will allow WhirledGameManager.validateUser to check out a dispatch from a bureau client)
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5152 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -320,6 +320,7 @@ public class BureauRegistry
|
||||
switch (found.state) {
|
||||
case Bureau.STARTED:
|
||||
found.bureau.agentStates.put(found.agent, Bureau.RUNNING);
|
||||
found.agent.setClientOid(client.getOid());
|
||||
break;
|
||||
|
||||
case Bureau.STILL_BORN:
|
||||
|
||||
Reference in New Issue
Block a user