1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-30 04:30:58 +02:00

Don't put boolean in a table

This commit is contained in:
Matthew Heguy 2019-02-28 16:32:20 -05:00
parent 7896d98fbe
commit 15fee1a5ec

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 = {}