Skip to content

Commit 89dd8d3

Browse files
committed
Updated gui_roster_list_widget
This is a more correct implementation
1 parent 4e3170d commit 89dd8d3

File tree

3 files changed

+154
-160
lines changed

3 files changed

+154
-160
lines changed

game/source/interface/gui_roster_data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ bool __thiscall c_gui_roster_data::_get_integer_value(long element_handle, long
5252
return true;
5353
}
5454
break;
55-
case STRING_ID(global , team):
55+
case STRING_ID(global, team):
5656
{
5757
*value = player_row->player_configuration.host.team_index;
5858
return true;

0 commit comments

Comments
 (0)