1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-11 13:39:14 +02:00
This commit is contained in:
MewMew 2019-11-14 01:23:47 +01:00
parent 7524ca1ccb
commit 12361d8c9c

View File

@ -366,7 +366,8 @@ local function clear_search_textfield(element, player, button)
end
local function close_recipe_window(element, player, button)
element.parent.parent.destroy()
local recipe_window = player.gui.center["fjei_recipe_window"]
if recipe_window then recipe_window.destroy() end
end
local gui_actions = {