This commit is contained in:
samuel desharnais 2024-02-23 09:19:48 -05:00
parent 44a52bb353
commit ee3ed3194a

View File

@ -40,7 +40,7 @@ public class LancerAmp extends Command {
// Called once the command ends or is interrupted.
@Override
public void end(boolean interrupted) {
lancer.lanceramp();
lancer.lancer(0);
accumulateur.Accumuler(0);
}