Skip to content

Commit

Permalink
fix(marrowrend config not registered)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvb-uy committed Oct 21, 2024
1 parent 65a6585 commit 0a9e2ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/elocindev/deathknights/config/ConfigLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import elocindev.deathknights.config.entries.loot.JewelryLootConfig;
import elocindev.deathknights.config.entries.spells.blood.BloodBoilConfig;
import elocindev.deathknights.config.entries.spells.blood.DeathStrikeConfig;
import elocindev.deathknights.config.entries.spells.blood.MarrowrendConfig;
import elocindev.deathknights.config.entries.spells.frost.BreathOfAgonyConfig;
import elocindev.deathknights.config.entries.spells.frost.ObliterateConfig;
import elocindev.deathknights.config.entries.spells.frost.RemorselessWinterConfig;
Expand Down Expand Up @@ -45,6 +46,7 @@ public static void init() {

// BLOOD SPELLS
NecConfigAPI.registerConfig(DeathStrikeConfig.class);
NecConfigAPI.registerConfig(MarrowrendConfig.class);
NecConfigAPI.registerConfig(BloodBoilConfig.class);
}

Expand Down

0 comments on commit 0a9e2ed

Please sign in to comment.