Give each client a username so they don't step on one another's feet. We may want to come up with a BureauName or somesuch.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5092 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Par Winzell
2008-05-14 01:55:38 +00:00
parent 31f1a0af16
commit fea7c2f8f7
@@ -43,7 +43,7 @@ public class BureauCredentials extends Credentials
*/
public function BureauCredentials (token :String)
{
super(null);
super(new Name("@@bureau:" + token + "@@"));
sessionToken = token;
}