Skip to content

Commit

Permalink
Lint: "Confusing use of !".
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 committed Nov 12, 2019
1 parent d4ad1d1 commit 4fa1912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiplay/skirmish/cobra_includes/tactics.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ function recycleForHover()
orderDroid(tanks[j], DORDER_RECYCLE);
}

if (!(NON_HOVER_TANKS + NON_HOVER_SYSTEMS))
if (NON_HOVER_TANKS + NON_HOVER_SYSTEMS === 0)
{
removeThisTimer("recycleForHover");
}
Expand Down

0 comments on commit 4fa1912

Please sign in to comment.