Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshan321 committed Jun 8, 2021
1 parent b8d5146 commit a9c97c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/zeshanaslam/actionhealth/action/ActionHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public List<String> getName(ItemStack itemStack) {
if (potionData.getType().getEffectType() != null) {
possibleMaterials.add(potionData.getType().getEffectType().getName() + "_" + name);
}

if (potionMeta.hasCustomEffects()) {
for (PotionEffect potionEffect : potionMeta.getCustomEffects()) {
possibleMaterials.add(potionEffect.getType().getName() + "_" + name);
Expand Down

0 comments on commit a9c97c9

Please sign in to comment.