mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
refactor: change event names from lualib to ox_lib
This commit is contained in:
2
resource/cache/client.lua
vendored
2
resource/cache/client.lua
vendored
@@ -54,7 +54,7 @@ CreateThread(function()
|
||||
-- end
|
||||
|
||||
if next(update) then
|
||||
TriggerEvent('lualib:updateCache', update)
|
||||
TriggerEvent('ox_lib:updateCache', update)
|
||||
table.wipe(update)
|
||||
end
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
RegisterNetEvent('lualib:setVehicleProperties', function(netid, data)
|
||||
RegisterNetEvent('ox_lib:setVehicleProperties', function(netid, data)
|
||||
lib.setVehicleProperties(NetToVeh(netid), data)
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user