Fixed constants to have the right shift thresholds and not be clutch.
diff --git a/frc971/constants.cc b/frc971/constants.cc
index 06e1556..9d29107 100755
--- a/frc971/constants.cc
+++ b/frc971/constants.cc
@@ -48,7 +48,7 @@
           kCompHighGearRatio,
           kCompLeftDriveShifter,
           kCompRightDriveShifter,
-          true,
+          false,
           control_loops::MakeVClutchDrivetrainLoop,
           control_loops::MakeClutchDrivetrainLoop,
           // ShooterLimits
@@ -83,7 +83,7 @@
           kCompHighGearRatio,
           kCompLeftDriveShifter,
           kCompRightDriveShifter,
-          true,
+          false,
           control_loops::MakeVClutchDrivetrainLoop,
           control_loops::MakeClutchDrivetrainLoop,
           // ShooterLimits