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:
@@ -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;
|
package com.threerings.crowd.server;
|
||||||
|
|
||||||
@@ -352,6 +352,7 @@ public class PlaceManager
|
|||||||
// the base occupant info is only their username
|
// the base occupant info is only their username
|
||||||
info.bodyOid = new Integer(body.getOid());
|
info.bodyOid = new Integer(body.getOid());
|
||||||
info.username = body.username;
|
info.username = body.username;
|
||||||
|
info.status = body.status;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user