Revert this, I'll work it another way.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5229 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-07-10 21:06:25 +00:00
parent e8f69e0148
commit fa9a0e5558
@@ -101,7 +101,7 @@ public class OccupantInfo extends SimpleStreamableObject
public function clone () :Object
{
var that :OccupantInfo =
ClassUtil.newInstance(this, ApplicationDomain.currentDomain) as OccupantInfo;
ClassUtil.newInstance(this) as OccupantInfo;
that.bodyOid = this.bodyOid;
that.username = this.username;
that.status = this.status;