fix vampirism curse being in the enchant section wrongly

This commit is contained in:
2024-11-13 15:31:51 +01:00
parent df8e0650a0
commit 1412d0328f
2 changed files with 2 additions and 2 deletions
@@ -74,7 +74,7 @@ public class EnchantioConfig {
ConfigurationSection panicSection = getConfigSection(cursesSection, "panic");
PanicEnchant.create(panicSection);
ConfigurationSection vampirismSection = getConfigSection(enchantsSection, "vampirism");
ConfigurationSection vampirismSection = getConfigSection(cursesSection, "vampirism");
VampirismEnchant.create(vampirismSection);
ConfigurationSection insomniaSection = getConfigSection(cursesSection, "insomnia");