Skip to content

Commit

Permalink
fix vehicle reference and case
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdjoergensen authored Jan 3, 2024
1 parent ef78be0 commit fa3b1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/acf/entities/playerstart_chairs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local function AddVehicle(Class, Data)

list.Set("Vehicles", Class, Entry)
end
local function HandlePHXSeatAnimation( vehicle, player )
local function HandlePHXSeatAnimation(_, Player )

Check warning on line 22 in lua/acf/entities/playerstart_chairs.lua

View workflow job for this annotation

GitHub Actions / Lint / lint

"Unused variable"

Unused variable: Player
return player:SelectWeightedSequence( ACT_HL2MP_SIT )
end

Expand Down

0 comments on commit fa3b1aa

Please sign in to comment.