This must not have been a bug, but it sure looks like one.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6421 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2011-01-06 23:42:35 +00:00
parent 8f8a50c9e8
commit bc5303b0fa
@@ -97,7 +97,7 @@ public class PresentsDObjectMgr
DObject dummy = new DObject();
dummy.setOid(DUMMY_OID);
dummy.setManager(this);
_objects.put(DUMMY_OID, new DObject());
_objects.put(DUMMY_OID, dummy);
// register a couple of reports with the report manager
repmgr.registerReporter(ReportManager.DEFAULT_TYPE, new ReportManager.Reporter() {