diff --git a/src/as/com/threerings/crowd/data/OccupantInfo.as b/src/as/com/threerings/crowd/data/OccupantInfo.as index 7a2619f52..b0db08908 100644 --- a/src/as/com/threerings/crowd/data/OccupantInfo.as +++ b/src/as/com/threerings/crowd/data/OccupantInfo.as @@ -100,8 +100,7 @@ public class OccupantInfo extends SimpleStreamableObject */ public function clone () :Object { - var that :OccupantInfo = - ClassUtil.newInstance(this) as OccupantInfo; + var that :OccupantInfo = ClassUtil.newInstance(this) as OccupantInfo; that.bodyOid = this.bodyOid; that.username = this.username; that.status = this.status;