Grief Prevention

Grief Prevention

1M Downloads

Swap to checking if sign is waxed with 1.20 update

Jikoo opened this issue ยท 0 comments

commented

Currently we use Sign#isEditable, which in previous versions pretty much always returns false outside of the SignChangeEvent but does return the correct state in 1.20. When we do swap to the 1.20 API, we should swap to the more accurate Sign#isWaxed.

https://github.com/TechFortress/GriefPrevention/blob/19cb0e3ec25ff49a2afba22a0a8c5064f9545647/src/main/java/me/ryanhamshire/GriefPrevention/PlayerEventHandler.java#L1817-L1818