This commit is contained in:
EdwardFaucher 2022-12-06 18:09:59 -05:00
parent 1fa39c16e6
commit 4c0062c9d6

View File

@ -21,7 +21,7 @@ public class ActiverBlockeur extends CommandBase {
@Override @Override
public void initialize() { public void initialize() {
poussoir.debloque(); poussoir.pousser();
} }
// Called every time the scheduler runs while the command is scheduled. // Called every time the scheduler runs while the command is scheduled.