Skip to content

Commit

Permalink
aim back further for aimbot
Browse files Browse the repository at this point in the history
  • Loading branch information
GearBoxFox committed Mar 12, 2024
1 parent 8bde48a commit e7bfe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/lib/utils/FieldConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static final class Speaker {

public static final Translation3d CENTER_SPEAKER =
new Translation3d(
(Units.inchesToMeters(18.055) / 2.0),
(Units.inchesToMeters(18.055) / 2.0) - Units.inchesToMeters(2.0),
Units.inchesToMeters((238.815 + 197.765) / 2.0),
(Units.inchesToMeters(83.091 + 78.324) / 2.0) - Units.inchesToMeters(1.0));

Expand Down

0 comments on commit e7bfe10

Please sign in to comment.