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:
@@ -101,7 +101,7 @@ public class OccupantInfo extends SimpleStreamableObject
|
|||||||
public function clone () :Object
|
public function clone () :Object
|
||||||
{
|
{
|
||||||
var that :OccupantInfo =
|
var that :OccupantInfo =
|
||||||
ClassUtil.newInstance(this, ApplicationDomain.currentDomain) as OccupantInfo;
|
ClassUtil.newInstance(this) as OccupantInfo;
|
||||||
that.bodyOid = this.bodyOid;
|
that.bodyOid = this.bodyOid;
|
||||||
that.username = this.username;
|
that.username = this.username;
|
||||||
that.status = this.status;
|
that.status = this.status;
|
||||||
|
|||||||
Reference in New Issue
Block a user