1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-30 04:30:58 +02:00

Merge branch 'develop' of https://github.com/Valansch/RedMew into develop

This commit is contained in:
grilledham 2018-10-27 13:48:09 +01:00
commit 32c22d2197

View File

@ -87,7 +87,7 @@ local function create_collapse_template(positions, surface)
local y = position.y
local do_insert = true
for _, entity in pairs(find_entities_filtered({position = position})) do
for _, entity in pairs(find_entities_filtered{area = {{x, y}, {x + 1, y + 1}}}) do
pcall(function()
local strength = support_beam_entities[entity.name]
if strength then