refactor: simple return value

This commit is contained in:
CENSOR_1337
2023-06-15 01:12:15 +07:00
parent 5d77ed304d
commit 2c36f7a039
+1 -1
View File
@@ -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