This commit is contained in:
samuel desharnais 2024-01-23 20:14:34 -05:00
parent 5478bd7dc9
commit 69b38d4e79

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