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:
commit
23f1f976a4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user