This commit is contained in:
EdwardFaucher 2022-11-21 18:47:11 -05:00
parent 7c3eb49b8b
commit 524aacf35c

View File

@ -20,6 +20,7 @@ public class Activer_poussoir extends CommandBase {
// Called when the command is initially scheduled. // Called when the command is initially scheduled.
@Override @Override
public void initialize() { public void initialize() {
poussoir.pousser(); poussoir.pousser();
} }