Remove parent spacing. Fixes #7505

This commit is contained in:
Yvo van Beek 2014-09-06 19:51:28 +10:00
parent 1767873845
commit 1f355279d2

View file

@ -178,12 +178,6 @@ module Network
space = find_free_space(time_range, 2, space_base)
leaves.each do |l|
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
# and mark it as reserved