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

fixed missing comma error

This commit is contained in:
grilledham 2019-05-11 23:10:49 +01:00 committed by James Gillham
parent 3c6bd28498
commit 0f10a2071b

View File

@ -84,7 +84,7 @@ local ores = {
'sulfur', 'sulfur',
'tin-ore', 'tin-ore',
'tungsten-ore', 'tungsten-ore',
'zinc-ore' 'zinc-ore',
'thorium-ore' 'thorium-ore'
} }
local ore_oil_none = {} local ore_oil_none = {}