Whoops! addTo not update.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1680 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: PlaceManager.java,v 1.34 2002/09/13 05:08:00 mdb Exp $
|
// $Id: PlaceManager.java,v 1.35 2002/09/13 05:11:59 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.crowd.server;
|
package com.threerings.crowd.server;
|
||||||
|
|
||||||
@@ -270,7 +270,7 @@ public class PlaceManager
|
|||||||
_occInfo.put(info.getBodyOid(), info);
|
_occInfo.put(info.getBodyOid(), info);
|
||||||
|
|
||||||
// clone the canonical copy and insert it into the DSet
|
// clone the canonical copy and insert it into the DSet
|
||||||
_plobj.updateOccupantInfo((OccupantInfo)info.clone());
|
_plobj.addToOccupantInfo((OccupantInfo)info.clone());
|
||||||
|
|
||||||
return info;
|
return info;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user