1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

Merge pull request #835 from plague006/fix/meltdown

Don't have meltdown on for all maps
This commit is contained in:
Matthew 2019-02-28 17:13:56 -05:00 committed by GitHub
commit dd9048ed26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ local Global = require 'utils.global'
local Ranks = require 'resources.ranks'
local primitives = {reactors_enabled = {global.config.reactor_meltdown.on_by_default}}
local primitives = {reactors_enabled = global.config.reactor_meltdown.on_by_default}
local wastelands = {}
local reactors = {}