Skip to content

Commit

Permalink
fix parsing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Nov 15, 2024
1 parent 1da4b1e commit 5103b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/squad/commons/squad_utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ SquadUtils.SquadType = {

---@type {string: SquadType}
SquadUtils.TypeToSquadType = {
active = SquadUtils.SquadType.PLAYER,
inactive = SquadUtils.SquadType.STAFF,
player = SquadUtils.SquadType.PLAYER,
staff = SquadUtils.SquadType.STAFF,
}

---@type {SquadType: string}
Expand Down

0 comments on commit 5103b7b

Please sign in to comment.