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

Replace comma

This commit is contained in:
Matthew Heguy 2018-11-20 17:28:39 -05:00
parent 5157503e9a
commit 537cbc1832

View File

@ -154,7 +154,7 @@ end
if shape then
local surfaces = {
['nauvis'] = shape
['nauvis'] = shape,
}
require('map_gen.shared.generate')({surfaces = surfaces, regen_decoratives = regen_decoratives, tiles_per_tick = tiles_per_tick})