mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
refactor(es_extended/imports): fix styling
This commit is contained in:
@@ -47,7 +47,9 @@ else
|
|||||||
__call = function(_, src)
|
__call = function(_, src)
|
||||||
if type(src) ~= "number" then
|
if type(src) ~= "number" then
|
||||||
src = ESX.GetPlayerIdFromIdentifier(src)
|
src = ESX.GetPlayerIdFromIdentifier(src)
|
||||||
if not src then return end
|
if not src then
|
||||||
|
return
|
||||||
|
end
|
||||||
elseif not ESX.IsPlayerLoaded(src) then
|
elseif not ESX.IsPlayerLoaded(src) then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user