Handle boolean arrays from the server.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4310 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -34,6 +34,9 @@ public class ArrayStreamer extends Streamer
|
||||
} else if (secondChar === "I") {
|
||||
_elementType = int;
|
||||
|
||||
} else if (secondChar === "B") {
|
||||
_elementType = Boolean;
|
||||
|
||||
} else {
|
||||
Log.getLog(this).warning("Other array types are " +
|
||||
"currently not handled yet [jname=" + jname + "].");
|
||||
|
||||
Reference in New Issue
Block a user