Testing Commit from laptop
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user