v.31
This commit is contained in:
parent
c378fb7bf0
commit
7f91fba0d8
3 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.31
|
||||
Date: 23.02.2024
|
||||
Bugfixes:
|
||||
- fixed a crash on the KI gui
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.30
|
||||
Date: 20.02.2024
|
||||
Features:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "248k",
|
||||
"version": "1.0.30",
|
||||
"version": "1.0.31",
|
||||
"title": "248k Mod",
|
||||
"author": "PreLeyZero",
|
||||
"factorio_version": "1.1",
|
||||
|
|
|
@ -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