Or we'll just fix the bug. How did any of this ever work?
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4658 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -123,12 +123,9 @@ public class PresentsDObjectMgr
|
||||
int origObjectId = object.getOid();
|
||||
// register the object locally which will reassign its oid and set us as its manager
|
||||
registerObject(object);
|
||||
// TEMP: log all proxied objects while we look into weirdness
|
||||
log.info("Proxying " + origObjectId + " as " + object.getOid() +
|
||||
" [type=" + object.getClass().getName() + "].");
|
||||
// and note a proxy reference for the object which we'll use to forward events back to its
|
||||
// originating manager after converting them back to the original oid
|
||||
_proxies.put(origObjectId, new ProxyReference(object.getOid(), omgr));
|
||||
_proxies.put(object.getOid(), new ProxyReference(origObjectId, omgr));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user