Skip to content

Commit 85bd760

Browse files
committed
fix: typo
1 parent b469e71 commit 85bd760

File tree

1 file changed

+1
-1
lines changed
  • src/log_analyser/objects

1 file changed

+1
-1
lines changed

src/log_analyser/objects/map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def add_player_stat(self, data):
100100
player_data = {"eliminations": data[7], "final_blows": data[8], "deaths": data[9], "damage": data[10],
101101
"barrier_damage": data[11], "hero_damage": data[12], "healing": data[13], "healing_receive": data[14],
102102
"self_healing": data[15], "damage_taken": data[16], "damage_blocked": data[17], "defensive_assist": data[18],
103-
"offensive_assists": data[19], "ultimated_earn": data[20], "ultimates_used": data[21], "solo_kills": data[24],
103+
"offensive_assists": data[19], "ultimates_earned": data[20], "ultimates_used": data[21], "solo_kills": data[24],
104104
"critical_hits_accuracy": data[29], "weapon_accuracy": data[38], "hero_time_played": data[39]}
105105

106106
if player_data["hero_time_played"] != "0":

0 commit comments

Comments
 (0)