Report from brown team, engaged in Operation Slam Your Dick in a Door:
"Still purple and bruised, sir!" I'm working around more bugs. In theory everything should log in and join the chat room, but the browser crashes- every single time. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3986 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -183,9 +183,9 @@ public class PlaceObject extends DObject
|
||||
public override function writeObject (out :ObjectOutputStream) :void
|
||||
{
|
||||
super.writeObject(out);
|
||||
out.writeObject(occupants);
|
||||
out.writeObject(occupantInfo);
|
||||
out.writeObject(speakService);
|
||||
out.writeField(occupants);
|
||||
out.writeField(occupantInfo);
|
||||
out.writeField(speakService);
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
|
||||
Reference in New Issue
Block a user