1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00
This commit is contained in:
grilledham 2020-01-01 15:04:33 +00:00
parent e0dadb7de5
commit 35d1495b35
3 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@ end
if config.autofill.enabled then
require 'features.gui.autofill'
end
if config.research_printer then
if config.research_printer.enabled then
require 'features.research_printer'
end

View File

@ -3,7 +3,7 @@ local Server = require 'features.server'
local to_discord_bold = Server.to_discord_bold
local config = global.config.research_printer
local template = {'research_printer.research_finish', nil}
local template = {'research_printer.research_finished', nil}
local function research_finished(event)
if config.ignore_script and event.by_script then

View File

@ -163,7 +163,7 @@ main_button_tooltip=Autofill settings
frame_name=Autofill
[research_printer]
research_finish=[technology=__1__] has been researched.
research_finished=[technology=__1__] has been researched.
[snake]
name=Snake