This commit is contained in:
Antoine PerreaultE 2024-02-21 18:36:46 -05:00
parent 6b76ad9d8a
commit 00c9dae627

View File

@ -40,6 +40,6 @@ public class GuiderHaut extends Command {
// Returns true when the command should end.
@Override
public boolean isFinished() {
return false;
return guideur.haut()==true;
}
}