From 72aab1eecb896970ecba0fc0d7f4aa0c4dc016c9 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 9 May 2022 10:46:08 +0200 Subject: [PATCH] nd --- Car.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Car.py b/Car.py index 2639279..9e38d47 100644 --- a/Car.py +++ b/Car.py @@ -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: