From bbac7cafe4fe4565d88a600973bb93694891620e Mon Sep 17 00:00:00 2001 From: The Magical Ma Date: Thu, 25 Jan 2024 16:24:07 -0500 Subject: [PATCH] Lalalal, lalalallalalal, lalalalallalalalallalalal, la --- .../kotlin/frc/team449/robot2024/subsystems/ProtoUndertaker.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/frc/team449/robot2024/subsystems/ProtoUndertaker.kt b/src/main/kotlin/frc/team449/robot2024/subsystems/ProtoUndertaker.kt index 38d5060..99984de 100644 --- a/src/main/kotlin/frc/team449/robot2024/subsystems/ProtoUndertaker.kt +++ b/src/main/kotlin/frc/team449/robot2024/subsystems/ProtoUndertaker.kt @@ -12,7 +12,7 @@ class ProtoUndertaker( private val motor: WrappedMotor ) : SubsystemBase() { - fun intake(): Command { + fun intake(): Command { // lalalallal lalalallal allalalalalla return this.runOnce { motor.setVoltage(ProtoIntakeConstants.INTAKE_VOLTAGE) }