As Ray pointed out, clearing the oid upon destruction causes problems, so

let's just not do it. We can accomplish our earlier goals, though with
slightly less distinction making capability, in a different way.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3050 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2004-07-07 03:10:24 +00:00
parent 761e05c540
commit 212ebb1b53
2 changed files with 4 additions and 17 deletions
@@ -1,5 +1,5 @@
//
// $Id: PresentsDObjectMgr.java,v 1.44 2004/07/03 07:16:56 mdb Exp $
// $Id: PresentsDObjectMgr.java,v 1.45 2004/07/07 03:10:24 mdb Exp $
package com.threerings.presents.server;
@@ -400,7 +400,6 @@ public class PresentsDObjectMgr
// inactivate the object
target.setManager(null);
target.setOid(-1);
// deal with any remaining oid lists that reference this object
Reference[] refs = (Reference[])_refs.remove(oid);