From ba9409f363ebdd5d7097b0f946abeeccece29a2f Mon Sep 17 00:00:00 2001 From: Matthew Heguy Date: Tue, 12 Feb 2019 16:47:09 -0500 Subject: [PATCH] Fix config location --- map_gen/maps/1000x.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map_gen/maps/1000x.lua b/map_gen/maps/1000x.lua index af517ecf..611d992b 100644 --- a/map_gen/maps/1000x.lua +++ b/map_gen/maps/1000x.lua @@ -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