Paper icon indicating copy to clipboard operation
Paper copied to clipboard

Remove unnecesary Item check for ServerboundPlayerActionPacket RELEASE_USE_ITEM

Open Doc94 opened this issue 10 months ago • 2 comments

Try to fix #12667 by change the check currently this check the item is the same what cause an ignore for every change in item being released.. im sure this was added for a reason but not sure the impact of this change or is even necesary that check.

Doc94 avatar Jun 14 '25 16:06 Doc94

Should be able to just drop this. Mojang fixed this is 1.21.5-pre3 and if we want to support this kind of same tick modifications, their check in #releaseUsingItem should be fine enough.

lynxplay avatar Jun 14 '25 18:06 lynxplay

Should be able to just drop this. Mojang fixed this is 1.21.5-pre3 and if we want to support this kind of same tick modifications, their check in #releaseUsingItem should be fine enough.

ok was for possible bug. take note and making changes.

Doc94 avatar Jun 14 '25 18:06 Doc94