diff --git a/src/as/com/threerings/presents/net/AuthRequest.as b/src/as/com/threerings/presents/net/AuthRequest.as index 7a744fb8c..f51759a0a 100644 --- a/src/as/com/threerings/presents/net/AuthRequest.as +++ b/src/as/com/threerings/presents/net/AuthRequest.as @@ -15,7 +15,7 @@ public class AuthRequest extends UpstreamMessage { _creds = creds; _version = version; - _bootGroups = new TypedArray("[Ljava.lang.String;"); + _bootGroups = TypedArray.create(String); _bootGroups.addAll(bootGroups); // magic up a timezone in the format "GMT+XX:XX"