Skip to content

Commit

Permalink
fix: thanks IDEA
Browse files Browse the repository at this point in the history
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
  • Loading branch information
Octol1ttle committed May 12, 2024
1 parent 8378907 commit bd49cdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void tick() {
}

@Override
public @Nullable ControlInput getControlledPitch() {
public @Nullable ControlInput getPitchInput() {
Pair<Float, Float> safePitches = limit.getSafePitches(ComputerConfig.ProtectionMode::recover);

if (data.pitch() > safePitches.getRight()) {
Expand Down

0 comments on commit bd49cdb

Please sign in to comment.