Be a good monkey and call super.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1088 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-03-05 05:45:53 +00:00
parent 637413a3aa
commit c278bd3183
@@ -1,5 +1,5 @@
//
// $Id: CrowdClientResolver.java,v 1.1 2002/03/05 05:33:25 mdb Exp $
// $Id: CrowdClientResolver.java,v 1.2 2002/03/05 05:45:53 mdb Exp $
package com.threerings.crowd.server;
@@ -23,6 +23,8 @@ public class CrowdClientResolver extends ClientResolver
protected void resolveClientData (ClientObject clobj)
throws Exception
{
super.resolveClientData(clobj);
// just fill in the username
((BodyObject)clobj).username = _username;
}