Grattedebug

This commit is contained in:
2023-03-21 23:17:59 +00:00
parent d3e305c11a
commit aa420b56af
10 changed files with 38 additions and 45 deletions

View File

@@ -28,7 +28,9 @@ public class ActiverLimeLight extends CommandBase {
// Called once the command ends or is interrupted.
@Override
public void end(boolean interrupted) {}
public void end(boolean interrupted) {
limelight.joueurhumain1();
}
// Returns true when the command should end.
@Override