Skip to content

Commit

Permalink
fix: elr should be ewr
Browse files Browse the repository at this point in the history
  • Loading branch information
crispgm committed Dec 30, 2024
1 parent 9803d8e commit e515503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/operator/double_player_rank.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func (o *DoublePlayerRank) Output() {
sliceData = sliceData[len(sliceData)-o.options.Tail:]
}

header := []string{"#", "Name", "Events", "Games", "Win", "Loss", "Draw", "WR%", "QWR%", "ELR%", "ELO", "KRP", "ATSA", "ITSF"}
header := []string{"#", "Name", "Events", "Games", "Win", "Loss", "Draw", "WR%", "QWR%", "EWR%", "ELO", "KRP", "ATSA", "ITSF"}
table := [][]string{}
index := 1
for _, d := range sliceData {
Expand Down

0 comments on commit e515503

Please sign in to comment.