This commit is contained in:
samuel desharnais 2024-01-23 20:15:11 -05:00
parent c9e4f2236b
commit fb4429ae77

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;
}
}