This commit is contained in:
Sylvain Briat
2024-01-17 08:58:14 +01:00
parent 6df331f990
commit d1942c954a
2 changed files with 5 additions and 5 deletions

View File

@@ -235,8 +235,8 @@ export class CarpoolPathCreator {
index == 0
? Target.START
: index == waypoints.length - 1
? Target.FINISH
: Target.INTERMEDIATE;
? Target.FINISH
: Target.INTERMEDIATE;
/**
* Consolidate carpoolPath by removing duplicate actors (eg. driver with neutral and start or finish target)