Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
pkohout committed Jun 19, 2024
1 parent baa56bd commit 5509cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Simulator/RobotEssentials/Robot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ private void MoveToWaypoint()
return;
}
var Waypoint = CurrentTask.Move.Waypoint;
var MachinePoint = CurrentTask.Move.MachinePoint;
var MachinePoint = CurrentTask.Move.Waypoint.Split("#")[1];
Zone targetZone = ZonesManager.GetInstance().GetWaypoint(Waypoint, MachinePoint);
if (targetZone == 0)
{
Expand Down

0 comments on commit 5509cd5

Please sign in to comment.