More bug fixes

This commit is contained in:
Tercio Jose
2022-10-12 18:37:00 -03:00
parent 69899679e7
commit 6243a32740
90 changed files with 5200 additions and 5212 deletions
+4 -4
View File
@@ -489,11 +489,11 @@ function Details:CreateCurrentDpsFrame(parent, name)
yellow_team_color = Details.class_colors.ARENA_YELLOW
if (f.PlayerTeam == 0) then
labelPlayerTeam:SetTextColor (unpack(yellow_team_color))
labelYellowTeam:SetTextColor (unpack(green_team_color))
labelPlayerTeam:SetTextColor(unpack(yellow_team_color))
labelYellowTeam:SetTextColor(unpack(green_team_color))
else
labelPlayerTeam:SetTextColor (unpack(green_team_color))
labelYellowTeam:SetTextColor (unpack(yellow_team_color))
labelPlayerTeam:SetTextColor(unpack(green_team_color))
labelYellowTeam:SetTextColor(unpack(yellow_team_color))
end
end