Skip to content

Commit ec49a12

Browse files
committed
refactor(es_extended/server/functions): fix return type for GetExtendedPlayers
1 parent 1a44100 commit ec49a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[core]/es_extended/server/functions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ end
292292

293293
---@param key? string
294294
---@param val? string|table
295-
---@return table
295+
---@return xPlayer[]|table<any, xPlayer[]>
296296
function ESX.GetExtendedPlayers(key, val)
297297
if not key then
298298
return ESX.Table.ToArray(ESX.Players)

0 commit comments

Comments
 (0)