Skip to content

Commit

Permalink
Merge pull request #1542 from Zykem/actions-fix
Browse files Browse the repository at this point in the history
fix(es_extended/client/modules/actions) EnterVehicle wrong variable name assign
  • Loading branch information
Kenshiin13 authored Dec 15, 2024
2 parents 30a850b + 8568e62 commit 3f010ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [core]/es_extended/client/modules/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function Actions:EnterVehicle()

local _, netId, plate = self:GetVehicleData()

self.isEnteringVehicle = true
self.enteringVehicle = true
TriggerEvent("esx:enteringVehicle", self.vehicle, plate, self.seat, netId)
TriggerServerEvent("esx:enteringVehicle", plate, self.seat, netId)

Expand Down

0 comments on commit 3f010ac

Please sign in to comment.