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:
@@ -55,7 +55,7 @@ public class BootstrapData
|
|||||||
{
|
{
|
||||||
connectionId = ins.readInt();
|
connectionId = ins.readInt();
|
||||||
clientOid = ins.readInt();
|
clientOid = ins.readInt();
|
||||||
services = (ins.readObject(Array) as Array);
|
services = (ins.readField("java.util.List") as Array);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user