From 1fc30471163d8dd35a6e935bd859dcf6b8700612 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Mon, 10 Feb 2025 15:11:43 +0900 Subject: [PATCH] . --- exp_legacy/module/modules/gui/research.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/exp_legacy/module/modules/gui/research.lua b/exp_legacy/module/modules/gui/research.lua index ac1028c4..4a8bed31 100644 --- a/exp_legacy/module/modules/gui/research.lua +++ b/exp_legacy/module/modules/gui/research.lua @@ -130,6 +130,7 @@ local function research_gui_update() } if entry.raw_name then + assert(prototypes.technology[entry.raw_name], "Invalid Research: " .. tostring(entry.raw_name)) data.name = { "research.res-name", entry.raw_name, prototypes.technology[entry.raw_name].localised_name } data.target = entry.target_disp