From 07d14f4519b0f9c6b49e778f50ff0f17dc228952 Mon Sep 17 00:00:00 2001 From: phrack Date: Sat, 16 Jul 2016 16:00:00 -0400 Subject: [PATCH] Updated to work with target update change in 3.8 --- src/main/java/com/shootoff/plugins/PistolIsometrics.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/shootoff/plugins/PistolIsometrics.java b/src/main/java/com/shootoff/plugins/PistolIsometrics.java index d2e8096..e8614e0 100644 --- a/src/main/java/com/shootoff/plugins/PistolIsometrics.java +++ b/src/main/java/com/shootoff/plugins/PistolIsometrics.java @@ -32,7 +32,7 @@ public PistolIsometrics(List 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 " @@ -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