1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00

Fix config location

This commit is contained in:
Matthew Heguy 2019-02-12 16:47:09 -05:00
parent 20b985e63b
commit ba9409f363

View File

@ -187,7 +187,7 @@ Event.on_init(
force.technologies['turrets'].researched = true
force.technologies['military'].researched = true
force.technologies['logistics'].researched = true
if config.redmew_qol.enabled and config.redmew_qol.loaders.enabled then
if config.redmew_qol.enabled and config.redmew_qol.loaders then
force.recipes['loader'].enabled = true
end