Removed our temporary code as we have figured said things out.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3234 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -108,14 +108,7 @@ public class CrowdServer extends PresentsServer
|
||||
*/
|
||||
public static BodyObject lookupBody (Name username)
|
||||
{
|
||||
BodyObject bobj = (BodyObject)clmgr.getClientObject(username);
|
||||
// TEMP until we figure some things out
|
||||
if (bobj == null ||
|
||||
bobj.getClass().getName().indexOf("AuthUserObject") != -1) {
|
||||
return null;
|
||||
}
|
||||
// END TEMP
|
||||
return bobj;
|
||||
return (BodyObject)clmgr.getClientObject(username);
|
||||
}
|
||||
|
||||
public static void main (String[] args)
|
||||
|
||||
Reference in New Issue
Block a user