Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@f1136925 Fix missing event call
PaperMC/Paper@795dd147 Remove a bunch more experimental annotations (#12712)
PaperMC/Paper@ab1b472c Add back an experimental
This commit is contained in:
granny
2025-06-29 14:08:06 -07:00
parent d6c8559304
commit 9cd2f31887
4 changed files with 4 additions and 4 deletions

View File

@@ -222,7 +222,7 @@
packet.dispatch(
new ServerboundInteractPacket.Handler() {
private void performInteraction(InteractionHand hand, ServerGamePacketListenerImpl.EntityInteraction entityInteraction, PlayerInteractEntityEvent event) { // CraftBukkit
@@ -3745,6 +_,12 @@
@@ -3747,6 +_,12 @@
readChannelIdentifier(data, startIndex, data.length, registerChannel);
return;
}