forked from MagicBane/Server
More parsing work
This commit is contained in:
@@ -219,7 +219,7 @@ public class ItemTemplate {
|
||||
weapon_attack_anim_right.add(new int[]{animation, duration});
|
||||
}
|
||||
|
||||
JSONArray attack_anim_left = (JSONArray) item_weapon.get("attack_anim_left");
|
||||
JSONArray attack_anim_left = (JSONArray) item_weapon.get("weapon_attack_anim_left");
|
||||
|
||||
if (attack_anim_left.isEmpty() == false)
|
||||
for (Object o : weapon_damage) {
|
||||
|
||||
Reference in New Issue
Block a user