diff --git a/player/lua/console.lua b/player/lua/console.lua index 8fce85121254c..e4cd5c37df822 100644 --- a/player/lua/console.lua +++ b/player/lua/console.lua @@ -926,6 +926,11 @@ local function move_history(amount, is_wheel) math.max(first_match_to_print + amount, 1), #matches - max_lines + 2) end + local item = determine_hovered_item() + if item then + selected_match = item + end + update() return end