Bugfix in distance prioritizer
This commit is contained in:
parent
4dda4099de
commit
e0a1d27dc8
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ public:
|
||||||
{
|
{
|
||||||
outbox.serialBitAndLog( BranchHasPayload );
|
outbox.serialBitAndLog( BranchHasPayload );
|
||||||
if ( a() ) a()->fillDiscreetProperties( outbox );
|
if ( a() ) a()->fillDiscreetProperties( outbox );
|
||||||
if ( a() ) b()->fillDiscreetProperties( outbox );
|
if ( b() ) b()->fillDiscreetProperties( outbox );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue