mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-02-03 13:12:11 +02:00
Update mutagen log : fix crash case
This commit is contained in:
parent
1860b911ed
commit
314c13e4a7
@ -196,6 +196,9 @@ end
|
|||||||
|
|
||||||
local build_config_gui = (function (player, frame)
|
local build_config_gui = (function (player, frame)
|
||||||
local frame_sciencelogs = comfy_panel_get_active_frame(player)
|
local frame_sciencelogs = comfy_panel_get_active_frame(player)
|
||||||
|
if not frame_sciencelogs then
|
||||||
|
return
|
||||||
|
end
|
||||||
frame_sciencelogs.clear()
|
frame_sciencelogs.clear()
|
||||||
add_science_logs(player, frame_sciencelogs)
|
add_science_logs(player, frame_sciencelogs)
|
||||||
end)
|
end)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user