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