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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user