Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AcidWeb/REFlex
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Feb 8, 2021
2 parents 0fa5f4e + ff948fa commit d210d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REFlexFunctions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function RE:GetArenaTeamCSV(databaseID, player)
local team = {}
for i=1, #RE.Database[databaseID].Players do
if RE.Database[databaseID].Players[i][6] == faction then
tinsert(team, RE.Database[databaseID].Players[i][9].."-"..RE.Database[databaseID].Players[i][16])
tinsert(team, RE.Database[databaseID].Players[i][9].."-"..RE.Database[databaseID].Players[i][16].."-"..RE.Database[databaseID].Players[i][1])
end
end
tsort(team)
Expand Down

0 comments on commit d210d3f

Please sign in to comment.