This commit is contained in:
samuel desharnais 2023-12-02 09:49:45 -05:00
parent be7fcc7961
commit 4bbead03b2

View File

@ -28,7 +28,9 @@ public class accumulateurtest extends CommandBase {
// Called once the command ends or is interrupted. // Called once the command ends or is interrupted.
@Override @Override
public void end(boolean interrupted) {} public void end(boolean interrupted) {
accumulateur.stop();
}
// Returns true when the command should end. // Returns true when the command should end.
@Override @Override