1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Merge pull request #1000 from grilledham/crashsite_wall_bug

fix crashsite no wall bug
This commit is contained in:
grilledham 2019-10-14 19:11:48 +01:00 committed by GitHub
commit 23f1f976a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -774,8 +774,6 @@ local function init()
local bounds = b.rectangle(grid_block_size * (grid_number_of_blocks) + 1)
map = b.choose(bounds, map, b.empty_shape)
map = b.remove_entities_by_name(map, 'stone-wall')
return map
end