This commit is contained in:
Antoine PerreaultE
2023-11-01 18:23:52 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -39,6 +39,6 @@ public class Lancer extends CommandBase {
// Returns true when the command should end.
@Override
public boolean isFinished() {
return false;
return lanceur.distance()>1;
}
}