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:
parent
20b985e63b
commit
ba9409f363
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user