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
|
// from interface Streamable
|
||||||
override public function writeObject (out :ObjectOutputStream) :void
|
override public function writeObject (out :ObjectOutputStream) :void
|
||||||
{
|
{
|
||||||
super.writeObject(out);
|
throw new Error();
|
||||||
out.writeObject(new Integer(bodyOid));
|
// super.writeObject(out);
|
||||||
out.writeObject(username);
|
// out.writeObject(new Integer(bodyOid));
|
||||||
out.writeByte(status);
|
// out.writeObject(username);
|
||||||
|
// out.writeByte(status);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user