mirror of
https://github.com/TeamUlysses/ulib.git
synced 2025-03-04 03:03:13 -05:00
style: Fix code style.
This commit is contained in:
parent
810e80027c
commit
7c93c6e156
@ -224,7 +224,7 @@ function ULib.getUsers( target, enable_keywords, ply )
|
||||
-- This can't be ipairs, as it's indexed by ID, starts at 0 and may not be sequential.
|
||||
for teamId, teamData in pairs( teams ) do
|
||||
if teamData.Name == teamNameOrId then
|
||||
for _, ply in ipairs( team.GetPlayers( teamId )) do
|
||||
for _, ply in ipairs( team.GetPlayers( teamId ) ) do
|
||||
table.insert( tmpTargets, ply )
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user