Fix 2 incorrect threading checks #17
No reviewers
Labels
No labels
documentation
good first issue
help wanted
resolution: duplicate
resolution: invalid
resolution: won't fix
status: needs triage
type: bug
type: feature
type: performance
type: question
version: 1.19.4
version: 1.20
version: 1.20.1
version: 1.20.2
version: 1.20.4
version: 1.20.6
version: 1.21.11
version: 1.21.4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Minecraft/Folia!17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/incorrect-thread-checks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The catcher in LivingEntity is redundant as getHandle() already checks this in API calls.
The catcher Paper adds for sending messages to command blocks is outdated, as it needs to check the region the block or entity is in.