Skip to content

Commit

Permalink
Cocoa Left/Right Macro:
Browse files Browse the repository at this point in the history
 = Fixed switching lane and ease back rotations

Oops, hotfix (again)
  • Loading branch information
May2Beez committed May 4, 2024
1 parent 661cffa commit ebe94e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ public void onEnable() {
new RotationConfiguration(
new Rotation(getYaw(), getPitch()),
FarmHelperConfig.getRandomRotationTime(), null
).easeOutBack(!MacroHandler.getInstance().isResume() && FarmHelperConfig.getMacro() == FarmHelperConfig.MacroEnum.S_COCOA_BEANS_LEFT_RIGHT)
).easeOutBack(!MacroHandler.getInstance().isResume() && FarmHelperConfig.getMacro() != FarmHelperConfig.MacroEnum.S_COCOA_BEANS_LEFT_RIGHT)
);
}

Expand Down

0 comments on commit ebe94e0

Please sign in to comment.