diff --git a/src/main/java/frc/robot/subsystems/LimelightManager.java b/src/main/java/frc/robot/subsystems/LimelightManager.java index 6fcd438..bfa2549 100644 --- a/src/main/java/frc/robot/subsystems/LimelightManager.java +++ b/src/main/java/frc/robot/subsystems/LimelightManager.java @@ -31,7 +31,7 @@ public void periodic() { /** * Returns a limelight that has a target. - * @return the limelight that has a target. Null if none have valid targets. + * @return the limelight that has a target. WILL BE NULL if none have valid targets. */ public Limelight getTargetedLimelight() { return cachedLimelight;