mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
refactor: simple return value
This commit is contained in:
@@ -596,7 +596,7 @@ function CreateExtendedPlayer(playerId, identifier, group, accounts, inventory,
|
||||
|
||||
if (_type == "string") then
|
||||
local value = metadata[subIndex]
|
||||
return value or nil
|
||||
return value
|
||||
end
|
||||
|
||||
if (_type == "table") then
|
||||
|
||||
Reference in New Issue
Block a user