File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -862,7 +862,7 @@ def load_player_stats(self):
862
862
# Value is as seen on the score screen in game.
863
863
stats_items = self .parts [3 ][0 ]
864
864
if len (self .parts ) > 4 :
865
- stats_items .append (self .parts [4 ][0 ][1 ])
865
+ stats_items .append (self .parts [4 ][0 ][0 ])
866
866
867
867
for item in stats_items :
868
868
stat_name = self .translations ['enUS' ][item [0 ][1 ]]
@@ -970,6 +970,7 @@ def load_players(self):
970
970
player .units_killed = stats .get ('Killed Unit Count' , None )
971
971
player .structures_built = stats .get ('Structures Built' , None )
972
972
player .units_trained = stats .get ('Units Trained' , None )
973
+ player .structures_razed = stats .get ('Structures Razed Count' , None )
973
974
974
975
# Graphs Tab
975
976
player .army_graph = stats .get ('Army Graph' )
You can’t perform that action at this time.
0 commit comments