From c6848b7a6e06c55e036cfc1fc8e2f2bdf240f57a Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 18 Apr 2025 23:27:39 +0900 Subject: [PATCH] . --- exp_legacy/module/modules/gui/research.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp_legacy/module/modules/gui/research.lua b/exp_legacy/module/modules/gui/research.lua index b294da30..65972c64 100644 --- a/exp_legacy/module/modules/gui/research.lua +++ b/exp_legacy/module/modules/gui/research.lua @@ -89,7 +89,7 @@ end local function research_notification(event) if config.inf_res[config.mod_set][event.research.name] then - if event.research.name == config.bonus_inventory.res[config.mod_set].name then + if event.research.name == config.bonus_inventory.log[config.mod_set].name then if event.research.level == config.bonus_inventory.log[config.mod_set].level + 1 then -- Add run result to log research_add_log()