mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-04 16:23:21 +00:00
Remove table.insert
This commit is contained in:
@@ -66,7 +66,7 @@ end
|
||||
function QBCore.Functions.GetPlayers()
|
||||
local sources = {}
|
||||
for k, v in pairs(QBCore.Players) do
|
||||
table.insert(sources, k)
|
||||
sources[#sources+1] = k
|
||||
end
|
||||
return sources
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user