Skip to content
Snippets Groups Projects
Commit 1f355279 authored by Yvo van Beek's avatar Yvo van Beek
Browse files

Remove parent spacing. Fixes #7505

parent 17678738
No related branches found
No related tags found
No related merge requests found
Loading
@@ -178,12 +178,6 @@ module Network
Loading
@@ -178,12 +178,6 @@ module Network
space = find_free_space(time_range, 2, space_base) space = find_free_space(time_range, 2, space_base)
leaves.each do |l| leaves.each do |l|
l.spaces << space l.spaces << space
# Also add space to parent
l.parents(@map).each do |parent|
if 0 < parent.space && parent.space < space
parent.spaces << space
end
end
end end
   
# and mark it as reserved # and mark it as reserved
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment