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:
parent
7896d98fbe
commit
15fee1a5ec
@ -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 = {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user