1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2024-12-14 18:56:16 +01:00
Commit graph

1 commit

Author SHA1 Message Date
Bjarne Koll
2873869bb1
Drop manual isEditable copy in CraftSign
Signs no longer have a specific isEdiable state, the entire API in this
regard needs updating/deprecation. The boolean field is completely gone,
replaced by a uuid (which will need a new setEditingPlayer(UUID) method
on the Sign interface), and the current upstream implementation of
setEdiable simply flips the is_waxed state.

This patch is hence not needed as it neither allows editing (which will
be redone in a later patch) nor is required to copy the is_waxed boolean
flag as it lives in the signs compound tag and is covered by applyTo.
2023-06-08 11:35:39 +02:00
Renamed from patches/server/0606-Move-range-check-for-block-placing-up.patch (Browse further)