Skip to content

Commit

Permalink
update function equipIsAircraft
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclear357 authored Dec 29, 2023
1 parent db06bdf commit e3a1121
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 e3a1121

Please sign in to comment.