diff options
author | Nassim Jahnke <[email protected]> | 2023-09-24 12:35:16 +1000 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2023-09-24 12:35:16 +1000 |
commit | 2ec643a53ceae5960a1b128aad9f177f6ae81ed7 (patch) | |
tree | 2a62189af40a2f5ad36e5f0d3641bff81578a94b /patches/server/1025-Remove-Spigot-Bug-Fix-for-MC-109346.patch | |
parent | 6be43952eb6088a3f0c9a04ede96707e720203e3 (diff) | |
download | Paper-2ec643a53ceae5960a1b128aad9f177f6ae81ed7.tar.gz Paper-2ec643a53ceae5960a1b128aad9f177f6ae81ed7.zip |
Readd anti xray and oversized block entity patches
Diffstat (limited to 'patches/server/1025-Remove-Spigot-Bug-Fix-for-MC-109346.patch')
-rw-r--r-- | patches/server/1025-Remove-Spigot-Bug-Fix-for-MC-109346.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/patches/server/1025-Remove-Spigot-Bug-Fix-for-MC-109346.patch b/patches/server/1025-Remove-Spigot-Bug-Fix-for-MC-109346.patch deleted file mode 100644 index 4df56c72cd..0000000000 --- a/patches/server/1025-Remove-Spigot-Bug-Fix-for-MC-109346.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Owen1212055 <[email protected]> -Date: Sat, 23 Sep 2023 01:51:22 -0400 -Subject: [PATCH] Remove Spigot Bug Fix for MC-109346 - - -diff --git a/src/main/java/net/minecraft/server/level/ServerEntity.java b/src/main/java/net/minecraft/server/level/ServerEntity.java -index b6639c363653a8ac802d800d7228d85c078ff163..892a334d1b1c0784ed6838d1aa066403998b9a9f 100644 ---- a/src/main/java/net/minecraft/server/level/ServerEntity.java -+++ b/src/main/java/net/minecraft/server/level/ServerEntity.java -@@ -348,12 +348,6 @@ public class ServerEntity { - ((LivingEntity) this.entity).detectEquipmentUpdates(); // CraftBukkit - SPIGOT-3789: sync again immediately after sending - } - -- // CraftBukkit start - MC-109346: Fix for nonsensical head yaw -- if (this.entity instanceof ServerPlayer) { -- sender.accept(new ClientboundRotateHeadPacket(this.entity, (byte) Mth.floor(this.entity.getYHeadRot() * 256.0F / 360.0F))); -- } -- // CraftBukkit end -- - if (!this.entity.getPassengers().isEmpty()) { - sender.accept(new ClientboundSetPassengersPacket(this.entity)); - } |