refactor: change event names from lualib to ox_lib

This commit is contained in:
Linden
2022-03-13 03:21:01 +00:00
parent f40accd9e8
commit 13c8c29811
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
RegisterNetEvent('lualib:setVehicleProperties', function(netid, data)
RegisterNetEvent('ox_lib:setVehicleProperties', function(netid, data)
lib.setVehicleProperties(NetToVeh(netid), data)
end)