Attempt to fix #4153
This commit is contained in:
parent
9623e79e20
commit
e84f040475
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ void game_stats::pre_show(window& window)
|
|||
column_stats["label"] = leader_name + "\n" + controller_name(team);
|
||||
row_data_stats.emplace("team_leader_name", column_stats);
|
||||
|
||||
column_stats["label"] = team.user_team_name().empty() ? team.team_name() : team.user_team_name();
|
||||
column_stats["label"] = team.user_team_name().empty() ? team.team_name() : team.user_team_name().str();
|
||||
row_data_stats.emplace("team_name", column_stats);
|
||||
|
||||
// Only fill in the rest of the info if the side is known...
|
||||
|
|
Loading…
Add table
Reference in a new issue