1
0
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:
Masamune 2020-02-07 18:37:36 +01:00
parent 1860b911ed
commit 314c13e4a7

View File

@ -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)