Testing Commit from laptop

This commit is contained in:
2024-09-24 08:10:19 -04:00
parent be2d1fe43c
commit 03b670c5c4
4 changed files with 295 additions and 5 deletions

View File

@@ -278,7 +278,7 @@ func GiveOrder():
TrackIntersections()
if Detail_Dict.Been_There == false:
Ordered_Commands_Backward.push_back(Prev_dir_Opp)
if Detail_Dict.Type != "Plain Path":
if Detail_Dict.Type != "Plain Path" and Intersections.size() > 1 :
TakeOut = (Cords.size() - Cords.find(Intersections[-2]))
var test = Ordered_Commands_Backward.slice(0 , TakeOut)
test.reverse()