Populate newly created occupant info with the body object's status.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1880 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-11-01 21:32:23 +00:00
parent 383d500f4b
commit 9347fec9ce
@@ -1,5 +1,5 @@
//
// $Id: PlaceManager.java,v 1.40 2002/10/31 01:12:08 shaper Exp $
// $Id: PlaceManager.java,v 1.41 2002/11/01 21:32:23 shaper Exp $
package com.threerings.crowd.server;
@@ -352,6 +352,7 @@ public class PlaceManager
// the base occupant info is only their username
info.bodyOid = new Integer(body.getOid());
info.username = body.username;
info.status = body.status;
}
/**