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