Update MovementBehavior.java

This commit is contained in:
jjayers99
2023-08-29 20:32:02 -04:00
parent b471dc8a12
commit 36838e7079

View File

@@ -47,6 +47,7 @@ public class MovementBehavior {
} }
else { else {
System.err.println("Navigation error: waypoint could not be parsed or does not exist: " + destination); System.err.println("Navigation error: waypoint could not be parsed or does not exist: " + destination);
destination = "";
} }
} }