Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@8a6654cd Redirect attacks with piercing weapon
PaperMC/Paper@81b91224 Fix PlayerClientLoadedWorldEvent#isTimeout being always true (#13573)
This commit is contained in:
granny
2026-01-20 21:49:31 +00:00
parent 769ffc2439
commit 33b29248c6
2 changed files with 2 additions and 2 deletions

View File

@@ -222,7 +222,7 @@
packet.dispatch(
new ServerboundInteractPacket.Handler() {
private void performInteraction(InteractionHand hand, ServerGamePacketListenerImpl.EntityInteraction entityInteraction, PlayerInteractEntityEvent event) { // CraftBukkit
@@ -3574,7 +_,7 @@
@@ -3580,7 +_,7 @@
@Override
public void handleChangeGameMode(ServerboundChangeGameModePacket packet) {
PacketUtils.ensureRunningOnSameThread(packet, this, this.player.level());