This commit is contained in:
PreLeyZero 2024-02-20 23:54:32 +01:00
parent 91b171692d
commit 7594105626
8 changed files with 991 additions and 4 deletions

View file

@ -602,6 +602,15 @@ function gui.on_change(e)
end
end
end
local parent_gui = e.element.tags.parent_gui
local action = e.element.tags.action
if parent_gui == "248k_migration_notice" then
if action == "close-gui" then
player.gui.screen["248k_migration_notice"].destroy()
end
end
end
function gui.on_selected(e)