Skip to content

Commit

Permalink
Fixed combat overlay always showing if you have champion enchant (Mou…
Browse files Browse the repository at this point in the history
  • Loading branch information
NopoTheGamer authored Sep 23, 2022
1 parent 61c53c0 commit ed610c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ private float interp(float now, float last) {
public void update() {
if (!NotEnoughUpdates.INSTANCE.config.skillOverlays.combatSkillOverlay) {
kill = -1;
championXp = -1;
overlayStrings = null;
return;
}
Expand Down

0 comments on commit ed610c9

Please sign in to comment.