mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-08 00:39:30 +02:00
Merge branch 'develop' into Balance-changes
This commit is contained in:
commit
cb0c4a02a1
@ -60,7 +60,9 @@ function Public.comfy_panel_clear_gui(player)
|
||||
child.destroy()
|
||||
end
|
||||
for _, child in pairs(player.gui.screen.children) do
|
||||
child.destroy()
|
||||
if not screen_elements[child.name] then
|
||||
child.destroy()
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user