File tree 1 file changed +1
-2
lines changed
src/main/java/com/sucy/skill
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -654,11 +654,10 @@ public void onEnable() {
654
654
listen (new KillListener (), true );
655
655
listen (new AddonListener (), true );
656
656
listen (new ClickListener (), true );
657
- listen (new ItemListener (), settings .isCheckLore ());
658
657
listen (new BarListener (), settings .isSkillBarEnabled ());
659
658
listen (new ComboListener (), settings .isCombosEnabled ());
660
659
listen (new AttributeListener (), settings .isAttributesEnabled ());
661
- listen (new ItemListener (), settings .isCheckAttributes ());
660
+ listen (new ItemListener (), settings .isCheckLore () || settings . isCheckAttributes ());
662
661
listen (new CastListener (), settings .isUsingBars ());
663
662
listen (new CastOffhandListener (),
664
663
settings .isCastEnabled () && VersionManager .isVersionAtLeast (VersionManager .V1_9_0 ));
You can’t perform that action at this time.
0 commit comments