gfgn
This commit is contained in:
parent
4ea78b5dd9
commit
61a0cb9610
@ -52,11 +52,12 @@ public class Force1 extends CommandBase {
|
||||
@Override
|
||||
public void end(boolean interrupted) {
|
||||
lanceur.lancer(0);
|
||||
accumulateur.stop();
|
||||
}
|
||||
|
||||
// Returns true when the command should end.
|
||||
@Override
|
||||
public boolean isFinished() {
|
||||
return accumulateur.tournearriere()>-256;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user