Skip to content

Commit

Permalink
fix(client): remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Nov 9, 2024
1 parent 7602847 commit 8a65a5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,3 @@ lib.callback.register('ox_inventory:getVehicleData', function(netid)
return GetEntityModel(entity), GetVehicleClass(entity)
end
end)

RegisterCommand('setplate', function()
SetVehicleNumberPlateText(cache.vehicle, 'YG543X25')
end)

0 comments on commit 8a65a5c

Please sign in to comment.