mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 10:27:44 +01:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user