mirror of
https://github.com/Auxilor/EcoArmor.git
synced 2025-12-27 02:49:22 +00:00
Fixed non-advanced armor having advanced effects and advanced armor having no effects
This commit is contained in:
@@ -132,7 +132,7 @@ public class ArmorSet {
|
||||
for (Config cfg : this.getConfig().getSubsections("advancedEffects")) {
|
||||
ConfiguredEffect conf = Effects.compile(cfg, "Armor Set " + this.name + " (Advanced)");
|
||||
if (conf != null) {
|
||||
effects.add(conf);
|
||||
advancedEffects.add(conf);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user