This commit is contained in:
samuel desharnais
2023-11-01 18:12:14 -04:00
parent 633ebb0ac9
commit b5a40e219b
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;
}
}