Skip to content

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

Open
Warriorrrr wants to merge 1 commit into
PaperMC:ver/26.1.2from
Warriorrrr:fix/build-limit-msg
Open

Fix build limit message being sent when it shouldn't be#13971
Warriorrrr wants to merge 1 commit into
PaperMC:ver/26.1.2from
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?

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: Awaiting review

Development

Successfully merging this pull request may close these issues.

2 participants