This commit is contained in:
Antoine PerreaultE
2024-02-21 18:27:13 -05:00
parent 6d9cdd551d
commit 4d5121d836
3 changed files with 2 additions and 3 deletions

View File

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

View File

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