Skip to content

Commit

Permalink
Updated to work with target update change in 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
phrack committed Jul 16, 2016
1 parent 8bb2044 commit 07d14f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/com/shootoff/plugins/PistolIsometrics.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public PistolIsometrics(List<Target> targets) {

@Override
public ExerciseMetadata getInfo() {
return new ExerciseMetadata("Pistol Isometrics", "1.3", "phrack",
return new ExerciseMetadata("Pistol Isometrics", "1.4", "phrack",
"This exercise walks you through hold exercises to strengthen "
+ "arm and hand muscles that help you shoot a pistol accurately. "
+ "You will be asked to shoot, then you must shoot until you hit "
Expand All @@ -47,6 +47,9 @@ public void init() {
startRound();
}

@Override
public void targetUpdate(Target target, TargetChange change) { }

private void startRound() {
super.pauseShotDetection(true);
// Standard sound file shipped with ShootOFF
Expand Down

0 comments on commit 07d14f4

Please sign in to comment.