Skip to content

Fix build limit message being sent when it shouldn't be#13971

Merged
Lulu13022002 merged 1 commit into
PaperMC:mainfrom
Warriorrrr:fix/build-limit-msg
Jul 6, 2026
Merged

Fix build limit message being sent when it shouldn't be#13971
Lulu13022002 merged 1 commit into
PaperMC:mainfrom
Warriorrrr:fix/build-limit-msg

Conversation

@Warriorrrr

Copy link
Copy Markdown
Member

Closes #13941

As far as I can tell this line being there doesn't make a lot of sense and is likely a leftover, see #13941 (comment) for mcsrc links for comparing.

Before, this line was an else for a statement that checked the height, but after the changes in that snapshot it's now an else for the this.awaitingPositionFromClient == null && level.mayInteract(this.player, pos) check, which is wrong since neither of those have anything to do with reaching max height.

@Warriorrrr Warriorrrr requested a review from a team as a code owner June 19, 2026 22:38
@Warriorrrr Warriorrrr added the type: bug Something doesn't work as it was intended to. label Jun 19, 2026
@github-project-automation github-project-automation Bot moved this to Awaiting review in Paper PR Queue Jun 19, 2026
@Lulu13022002

Copy link
Copy Markdown
Contributor

Seems fair can you just mention MC-308669 or the other related bug?

@Warriorrrr

Copy link
Copy Markdown
Member Author

Thanks, I added a mention for the related bug since it's older and I figure they're actually just both the same issue

@Lulu13022002 Lulu13022002 force-pushed the fix/build-limit-msg branch from 99f801d to 5814a0a Compare July 6, 2026 18:01
@Lulu13022002 Lulu13022002 changed the base branch from ver/26.1.2 to main July 6, 2026 18:01
@Lulu13022002 Lulu13022002 force-pushed the fix/build-limit-msg branch from 5814a0a to 4c1b7ac Compare July 6, 2026 18:10
@Lulu13022002 Lulu13022002 merged commit 3a3d1c0 into PaperMC:main Jul 6, 2026
4 checks passed
@github-project-automation github-project-automation Bot moved this from Awaiting review to Merged in Paper PR Queue Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug Something doesn't work as it was intended to.

Projects

Status: Merged

Development

Successfully merging this pull request may close these issues.

Reaching height limit when standing on a shulker box and repeatedly opening and closing

3 participants