Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhael-Danilov committed Jan 16, 2025
1 parent f04c230 commit d20fcbf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ public void update() {
private void checkEnemies(Hero hero) {
var candidates = new ArrayList<Char>();

candidates.clear();
int v = hero.visibleEnemies();
int v = hero.visibleEnemies();
for (int i=0; i < v; i++) {
Char mob = hero.visibleEnemy( i );

Expand Down

0 comments on commit d20fcbf

Please sign in to comment.