mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-19 17:37:42 +01:00
Updated Upstream (Paper)
Upstream has released updates that appears to apply and compile correctly Paper Changes: b91d964b1 Restore Pathfinder Optimizations from 1.15.2 adadf1654 Drop syncPosition on teleportation patch
This commit is contained in:
@@ -92,10 +92,10 @@ index 2a60f08530..e276a59203 100644
|
||||
}
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
|
||||
index f3694b065f..786ffacb2d 100644
|
||||
index 0f1b0065d6..194bb355ca 100644
|
||||
--- a/src/main/java/net/minecraft/server/PlayerConnection.java
|
||||
+++ b/src/main/java/net/minecraft/server/PlayerConnection.java
|
||||
@@ -2135,6 +2135,7 @@ public class PlayerConnection implements PacketListenerPlayIn {
|
||||
@@ -2133,6 +2133,7 @@ public class PlayerConnection implements PacketListenerPlayIn {
|
||||
boolean triggerLeashUpdate = itemInHand != null && itemInHand.getItem() == Items.LEAD && entity instanceof EntityInsentient;
|
||||
Item origItem = this.player.inventory.getItemInHand() == null ? null : this.player.inventory.getItemInHand().getItem();
|
||||
PlayerInteractEntityEvent event;
|
||||
|
||||
Reference in New Issue
Block a user