Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed scratch code
Browse files Browse the repository at this point in the history
Manason committed Jun 26, 2024
1 parent 6bc0cc5 commit 4f2fccd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
@@ -176,7 +176,6 @@ local function setPlayerVehicleOwner(vehicleId, citizenid)
message = 'a changeVehicleOwner event hook cancelled this operation'
}
end
triggerEventHooks('')
MySQL.update.await('UPDATE player_vehicles SET citizenid = ?, license = (SELECT license FROM players WHERE citizenid = @citizenid) WHERE id = @id', {
citizenid = citizenid,
id = vehicleId

0 comments on commit 4f2fccd

Please sign in to comment.