From 7c7a073e62a7eee1ea57650319c6abca3f83ea6a Mon Sep 17 00:00:00 2001 From: Michael Spears Date: Thu, 25 Jan 2024 17:01:48 -0500 Subject: [PATCH] Renamed ProtoIntake to Intake --- src/main/kotlin/frc/team449/robot2024/subsystems/Intake.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/frc/team449/robot2024/subsystems/Intake.kt b/src/main/kotlin/frc/team449/robot2024/subsystems/Intake.kt index 2400b9c..1490c4f 100644 --- a/src/main/kotlin/frc/team449/robot2024/subsystems/Intake.kt +++ b/src/main/kotlin/frc/team449/robot2024/subsystems/Intake.kt @@ -36,7 +36,7 @@ class Intake( } companion object { - fun createProtoUndertaker(): ProtoUndertaker { + fun createIntake(): Intake { val motor = createSparkMax( "ProtoUndertaker Motor", IntakeConstants.MOTOR_ID,