This commit is contained in:
leo 2022-05-09 10:46:08 +02:00
parent a51b3e1dd6
commit 72aab1eecb
Signed by: leo
GPG Key ID: 0DD993BFB2B307DB

2
Car.py
View File

@ -408,7 +408,7 @@ class Car():
#print(self.distToInter, self.minSpace, dts)
# Si on est bloqué dans une dépendance circulaire
if self.timeAtInter > 10 and self.circularLeaderDep():
if self.timeAtInter >= 0 and self.circularLeaderDep():
self.forceThrough = True
if self.forceThrough: