This commit is contained in:
Antoine PerreaultE
2024-02-21 18:36:31 -05:00
parent 1ef2671fcf
commit 6b76ad9d8a
2 changed files with 1 additions and 4 deletions

View File

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