Using the offhand slot of the own openinv inventory causes the server to crash
SimonTheSiro opened this issue ยท 3 comments
Steps to reproduce:
- create a server with the newest paper version (1.21.4)
- install OpenInv
- run command /openinv <your player name>
- click on the offhand slot
Console log:
https://pastebin.com/tV71pWSH
Crash-report:
https://pastebin.com/quwQgfnc
Came here to report this, but here we are, already reported ๐
Experiencing exactly the same, as there are already log and crash report provided I'll just leave this comment here.
Interesting, looks like ServerPlayer#resendItemsInHands is a Spigot helper that is no longer present in Paper after the hard fork. Hopefully not too bad to switch over, but I think the reason I ended up using that particular method was the visibility of the synchronizer.
A build that should address this is available from the actions run for the linked PR if you're in a rush, otherwise I will likely test and cut a release tomorrow.