Commented out unneeded client code.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4458 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-11-18 02:32:17 +00:00
parent 776761aeef
commit 9ff4149e90
@@ -118,10 +118,11 @@ public class OccupantInfo extends SimpleStreamableObject
// from interface Streamable
override public function writeObject (out :ObjectOutputStream) :void
{
super.writeObject(out);
out.writeObject(new Integer(bodyOid));
out.writeObject(username);
out.writeByte(status);
throw new Error();
// super.writeObject(out);
// out.writeObject(new Integer(bodyOid));
// out.writeObject(username);
// out.writeByte(status);
}
}
}