Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 8a65a5c

Browse files
committed
fix(client): remove debugging code
1 parent 7602847 commit 8a65a5c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

client.lua

-4
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,3 @@ lib.callback.register('ox_inventory:getVehicleData', function(netid)
19031903
return GetEntityModel(entity), GetVehicleClass(entity)
19041904
end
19051905
end)
1906-
1907-
RegisterCommand('setplate', function()
1908-
SetVehicleNumberPlateText(cache.vehicle, 'YG543X25')
1909-
end)

0 commit comments

Comments
 (0)