diff --git a/modules/game_console/console.lua b/modules/game_console/console.lua index 1a75c26c..07280931 100644 --- a/modules/game_console/console.lua +++ b/modules/game_console/console.lua @@ -789,7 +789,7 @@ function onClickIgnoreButton() local selection = ignoreListPanel:getFocusedChild() if selection then ignoreListPanel:removeChild(selection) - selection:destroy() + selection:destroy() end if ignoreListPanel:getChildCount() == 0 then removeButton:disable()