More parsing work

This commit is contained in:
2024-02-27 15:36:18 -05:00
parent 808a60c86c
commit f39434a248
+1 -1
View File
@@ -343,7 +343,7 @@ public class ItemTemplate {
JSONArray power_actions = (JSONArray) powerActionEntry.get("power_actions");
//int[] power_arguments = {((Long) args.get(0)).intValue(), ((Long) args.get(1)).intValue()};
item_power_action.put(power, 1);
item_power_action.put(power, new int[]{1, 1});
}
} catch (Exception e) {