Skip to content

Commit

Permalink
Merge pull request #2532 from nuclear357/master
Browse files Browse the repository at this point in the history
chore: update function equipIsAircraft
  • Loading branch information
KochiyaOcean authored Dec 30, 2023
2 parents db06bdf + e3a1121 commit c594739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/utils/game-utils.es
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ export function equipIsAircraft(equip) {
(between(equip, 6, 10) ||
between(equip, 21, 22) ||
between(equip, 37, 40) ||
between(equip, 43, 46) ||
[33].includes(equip))
between(equip, 43, 51) ||
[33, 56].includes(equip))
)
} else {
const id = get(equip, 'api_type.2', 0)
Expand Down

0 comments on commit c594739

Please sign in to comment.