Need to use UsernamePasswordCreds to log in (Credentials is abstract in
Java, but there's no such thing in actionscript). git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3877 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -24,6 +24,7 @@ public class AuthRequest extends UpstreamMessage
|
||||
public override function readObject (ins :ObjectInputStream) :void
|
||||
{
|
||||
super.readObject(ins);
|
||||
|
||||
_creds = (ins.readObject() as Credentials);
|
||||
_version = (ins.readField(String) as String);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user