This commit is contained in:
2025-12-31 16:54:38 -06:00
parent 75b3dc7fd4
commit 054b6de169

View File

@@ -19,5 +19,5 @@ public class ShooterVars {
public static double maxStep = 0.06; // prevents sudden jumps public static double maxStep = 0.06; // prevents sudden jumps
// VELOCITY CONSTANTS // VELOCITY CONSTANTS
public static int AUTO_CLOSE_VEL = 3050; //3300; public static int AUTO_CLOSE_VEL = 3025; //3300;
} }