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: Garden BPS Underestimation Bug #2975

Merged
merged 2 commits into from
Nov 24, 2024
Merged

Conversation

Chissl
Copy link
Contributor

@Chissl Chissl commented Nov 22, 2024

What

Fixes a small bps underestimation bug in GardenCropSpeed caused by capping the blocks broken per second at 20 every second. It's possible to break 21 blocks one second and 19 the next due to lag. This instead caps the average blocks per second calculation at 20.

Changelog Fixes

  • Fixed a bug that sometimes caused BPS to be underestimated while farming in the Garden. - Chissl

@github-actions github-actions bot added Bug Fix Bug fixes Wrong Title/Changelog There is an error in the title or changelog labels Nov 22, 2024
Copy link

I have detected some issues with your pull request:

Body issues:
Change should end with a full stop in text: Fixed an error that sometimes caused BPS to be underestimated while farming in Garden

Please fix these issues. For the correct format, refer to the pull request template.

@github-actions github-actions bot removed the Wrong Title/Changelog There is an error in the title or changelog label Nov 22, 2024
@hannibal002 hannibal002 added this to the Version 0.28 milestone Nov 23, 2024
@hannibal002 hannibal002 enabled auto-merge (squash) November 24, 2024 00:11
@hannibal002 hannibal002 merged commit 40f3918 into hannibal002:beta Nov 24, 2024
11 of 12 checks passed
@github-actions github-actions bot removed the Bug Fix Bug fixes label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants