Skip to content

Commit

Permalink
fix(annoyance)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvb-uy committed May 11, 2024
1 parent 92c7118 commit 325bbae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class ArmorRegistry {
public static final ArrayList<Armor.Entry> entries = new ArrayList<>();
public static final List<Identifier> initiate_powers = List.of(SpellSchoolRegistry.BLOOD.id, SpellSchoolRegistry.UNHOLY.id, SpellSchools.FROST.id);

@SuppressWarnings("unchecked")
@SuppressWarnings({ "unchecked", "rawtypes" })
public static final Armor.Set initiate_set =
create(
new Armor.CustomMaterial(
Expand Down

0 comments on commit 325bbae

Please sign in to comment.