Remove unnecesary Item check for ServerboundPlayerActionPacket RELEASE_USE_ITEM
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.
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.
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.