v0.8.0: fixed an error with new class bundle functionality
This commit is contained in:
@@ -393,7 +393,7 @@ public class Bundle {
|
||||
try {
|
||||
JSONArray jsonArray = new JSONArray();
|
||||
for (int i=0; i < array.length; i++) {
|
||||
jsonArray.put( i, array[i].getCanonicalName() );
|
||||
jsonArray.put( i, array[i].getName() );
|
||||
}
|
||||
data.put( key, jsonArray );
|
||||
} catch (JSONException e) {
|
||||
|
||||
Reference in New Issue
Block a user