mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
Fix typo
This commit is contained in:
@@ -189,7 +189,7 @@ ESX.GetPlayers = function()
|
||||
local sources = {}
|
||||
|
||||
for k,v in pairs(ESX.Players) do
|
||||
table.insert(source, k)
|
||||
table.insert(sources, k)
|
||||
end
|
||||
|
||||
return sources
|
||||
|
||||
Reference in New Issue
Block a user