v.31
This commit is contained in:
parent
c378fb7bf0
commit
7f91fba0d8
3 changed files with 10 additions and 1 deletions
|
@ -603,6 +603,10 @@ function gui.on_change(e)
|
|||
end
|
||||
end
|
||||
|
||||
if not e.element.valid then
|
||||
return
|
||||
end
|
||||
|
||||
local parent_gui = e.element.tags.parent_gui
|
||||
local action = e.element.tags.action
|
||||
if parent_gui == "248k_migration_notice" then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue