Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Efnilite committed Oct 9, 2024
1 parent 4095baa commit 85c8203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/effects/EffEquip.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public boolean init(Expression<?>[] exprs, int matchedPattern, Kleenean isDelaye
private static ItemType BOOTS;
private static ItemType CARPET;
private static final ItemType HORSE_ARMOR = new ItemType(Material.IRON_HORSE_ARMOR, Material.GOLDEN_HORSE_ARMOR,
Material.DIAMOND_HORSE_ARMOR);
Material.DIAMOND_HORSE_ARMOR, Material.LEATHER_HORSE_ARMOR);
private static final ItemType SADDLE = new ItemType(Material.SADDLE);
private static final ItemType CHEST = new ItemType(Material.CHEST);

Expand Down

0 comments on commit 85c8203

Please sign in to comment.