Skip to content

Fix typo in RegionizedWorldData#462

Open
Dueris wants to merge 3 commits into
PaperMC:ver/26.1.xfrom
Dueris:fix/set-ticking-BE-typo
Open

Fix typo in RegionizedWorldData#462
Dueris wants to merge 3 commits into
PaperMC:ver/26.1.xfrom
Dueris:fix/set-ticking-BE-typo

Conversation

@Dueris

@Dueris Dueris commented Jun 1, 2026

Copy link
Copy Markdown

The setTickingBlockEntities method doesn't actually use the final boolean to param provided to it, always setting it to true, meaning block entities always get added to the pendingBlockEntityTickers list after the first block entities tick, and then pushed to blockEntityTickers on each tick. This just fixes that typo

@R00tB33rMan R00tB33rMan left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

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