mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:01:24 +00:00
fix-lint: client/events.lua:266:63: line contains trailing whitespace
This commit is contained in:
+1
-1
@@ -263,6 +263,6 @@ RegisterNetEvent('QBCore:Client:OnSharedUpdateMultiple', function(tableName, val
|
||||
TriggerEvent('QBCore:Client:UpdateObject')
|
||||
end)
|
||||
|
||||
RegisterNetEvent('QBCore:Client:SharedUpdate', function(table)
|
||||
RegisterNetEvent('QBCore:Client:SharedUpdate', function(table)
|
||||
QBCore.Shared = table
|
||||
end)
|
||||
Reference in New Issue
Block a user