From fa9a0e5558a4450669cb14c5fd40cc69bcebc4d7 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Thu, 10 Jul 2008 21:06:25 +0000 Subject: [PATCH] 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 --- src/as/com/threerings/crowd/data/OccupantInfo.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/crowd/data/OccupantInfo.as b/src/as/com/threerings/crowd/data/OccupantInfo.as index 338d37554..7a2619f52 100644 --- a/src/as/com/threerings/crowd/data/OccupantInfo.as +++ b/src/as/com/threerings/crowd/data/OccupantInfo.as @@ -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;