Skip to content

Commit

Permalink
test for lua lint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa authored Nov 17, 2024
1 parent b10c599 commit 5c8d65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion [core]/es_extended/server/modules/onesync.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function ESX.OneSync.SpawnVehicle(model, coords, heading, properties, cb)
return error(("Could not spawn vehicle - ^5%s^7!"):format(model))
end
end

-- luacheck: ignore
SetEntityOrphanMode(createdVehicle, 2)
local networkId = NetworkGetNetworkIdFromEntity(createdVehicle)
Entity(createdVehicle).state:set("VehicleProperties", vehicleProperties, true)
Expand Down

0 comments on commit 5c8d65d

Please sign in to comment.