Skip to content

Commit

Permalink
Fixes #366
Browse files Browse the repository at this point in the history
  • Loading branch information
Dysoch committed Aug 7, 2015
1 parent 021f851 commit 27bb994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAIN-DyTech-Power/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if Config.Accumulators then
require("prototypes.accumulators.tech.small")
elseif Config.Small_Accumulators and Config.Normal_Accumulators and not Config.Large_Accumulators then
require("prototypes.accumulators.tech.small_and_normal")
elseif Config.Small_Accumulators and Config.Large_Accumulators and not Normal_Accumulators then
elseif Config.Small_Accumulators and Config.Large_Accumulators and not Config.Normal_Accumulators then
require("prototypes.accumulators.tech.small_and_large")
elseif Config.Normal_Accumulators and Config.Large_Accumulators and not Config.Small_Accumulators then
require("prototypes.accumulators.tech.normal_and_large")
Expand Down

0 comments on commit 27bb994

Please sign in to comment.