diff --git a/src/java/com/threerings/presents/tools/ActionScriptSource.java b/src/java/com/threerings/presents/tools/ActionScriptSource.java index 7bf37d95b..23be59556 100644 --- a/src/java/com/threerings/presents/tools/ActionScriptSource.java +++ b/src/java/com/threerings/presents/tools/ActionScriptSource.java @@ -249,7 +249,7 @@ public class ActionScriptSource public static String toActionScriptType (Class type) { if (type.isArray()) { - return "Array"; + return "TypedArray"; } String tname = type.getName();