Fixed fridge lurching down.

Change-Id: I4058077bf38a92b5b547a19893d08a9a898bf23b
diff --git a/frc971/control_loops/fridge/fridge.cc b/frc971/control_loops/fridge/fridge.cc
index 14514a9..b5e0ab6 100644
--- a/frc971/control_loops/fridge/fridge.cc
+++ b/frc971/control_loops/fridge/fridge.cc
@@ -340,9 +340,7 @@
             // We want it stopped at whatever height it's currently set to.
             elevator_goal_velocity_ = 0;
           }
-          break;
         }
-
       } else if (!disable) {
         elevator_goal_velocity_ = elevator_zeroing_velocity();
         elevator_goal_ += elevator_goal_velocity_ *