Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix logic for the flywheels, conveyor #31

Merged
merged 4 commits into from
Mar 12, 2024

Conversation

garrettsummerfi3ld
Copy link
Member

The problem is that the bitwise OR operator (|) is being used where the logical OR operator (||) should be used in the if and else if conditions. To fix this, replace the bitwise OR operator (|) with the logical OR operator (||) in the if and else if conditions.

The problem is that the bitwise OR operator (|) is being used where the logical OR operator (||) should be used in the if and else if conditions. To fix this, replace the bitwise OR operator (|) with the logical OR operator (||) in the if and else if conditions.
garrettsummerfi3ld and others added 2 commits March 12, 2024 21:54
Same issue with the flywheel being incorrect.
@garrettsummerfi3ld garrettsummerfi3ld changed the title Fix logic for the flywheels Fix logic for the flywheels, conveyor Mar 12, 2024
@garrettsummerfi3ld garrettsummerfi3ld merged commit 0954c63 into main Mar 12, 2024
7 checks passed
@garrettsummerfi3ld garrettsummerfi3ld deleted the hotfix/flywheel-logic branch March 12, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant