List streams differently now.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6118 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2010-08-10 23:20:39 +00:00
parent 2f039b370d
commit ee1d915e91
@@ -55,7 +55,7 @@ public class BootstrapData
{
connectionId = ins.readInt();
clientOid = ins.readInt();
services = (ins.readObject(Array) as Array);
services = (ins.readField("java.util.List") as Array);
}
}
}