We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a1031 commit fa50d6fCopy full SHA for fa50d6f
1 file changed
module/control.lua
@@ -243,9 +243,6 @@ function universal_edges.edge_update(edge_id, edge_json)
243
244
-- If position or rotation changed, remove all links and recreate them
245
if position_or_rotation_changed then
246
- -- Update barriers for position/rotation change
247
- barrier_manager.update_edge_barriers(edge_id, edge)
248
-
249
local surface = game.surfaces[edge_util.edge_get_local_target(old_edge).surface]
250
if surface then
251
-- Remove all existing belt links
0 commit comments