mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-10 00:43:27 +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 frame_sciencelogs = comfy_panel_get_active_frame(player)
|
||||
if not frame_sciencelogs then
|
||||
return
|
||||
end
|
||||
frame_sciencelogs.clear()
|
||||
add_science_logs(player, frame_sciencelogs)
|
||||
end)
|
||||
|
Loading…
Reference in New Issue
Block a user