fix: forgot to remove todo #2

This commit is contained in:
GenZmeY 2020-08-12 18:23:18 +03:00
parent 9dec82ee6d
commit 649332947b

View File

@ -102,7 +102,7 @@ function SelectedRow( KFGUI_ListItem Item, int Row, bool bRight, bool bDblClick
{ {
if( bRight || bDblClick ) if( bRight || bDblClick )
{ {
PlayerContext.ItemRows[0].Text = EditPlayer$" "$Item.Columns[0]; // TODO: localize? PlayerContext.ItemRows[0].Text = EditPlayer$" "$Item.Columns[0];
SelectedID = Item.Value; SelectedID = Item.Value;
PlayerContext.OpenMenu(Self); PlayerContext.OpenMenu(Self);
} }