mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
updates
This commit is contained in:
parent
e0dadb7de5
commit
35d1495b35
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user