From bcb63dab7f76c946eb0b7720ad80cf6647ed0f8e Mon Sep 17 00:00:00 2001 From: Aikar Date: Tue, 9 Mar 2021 14:07:11 -0500 Subject: [PATCH] [CI-SKIP] [Auto] Rebuild Patches A recent commit has been made that caused patches to be out of order, rebuilding --- .../0692-Allow-using-signs-inside-spawn-protection.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Spigot-Server-Patches/0692-Allow-using-signs-inside-spawn-protection.patch b/Spigot-Server-Patches/0692-Allow-using-signs-inside-spawn-protection.patch index 65fb625b1..09b7fb78a 100644 --- a/Spigot-Server-Patches/0692-Allow-using-signs-inside-spawn-protection.patch +++ b/Spigot-Server-Patches/0692-Allow-using-signs-inside-spawn-protection.patch @@ -19,11 +19,11 @@ index b473709774fbbd502d5e04c98041ae7c829b4083..fd675585c61387156892b179af593ad6 + } } diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java -index f3679a3ad2d51612381bc47bb23eeffec924d478..3db6a4903c77729145a797b747d992abaf6e6b5d 100644 +index f3679a3ad2d51612381bc47bb23eeffec924d478..3435eb1584546d2963324372ddab1645dcf6327a 100644 --- a/src/main/java/net/minecraft/server/PlayerConnection.java +++ b/src/main/java/net/minecraft/server/PlayerConnection.java @@ -1545,7 +1545,7 @@ public class PlayerConnection implements PacketListenerPlayIn { - + this.player.resetIdleTimer(); if (blockposition.getY() < this.minecraftServer.getMaxBuildHeight()) { - if (this.teleportPos == null && this.player.h((double) blockposition.getX() + 0.5D, (double) blockposition.getY() + 0.5D, (double) blockposition.getZ() + 0.5D) < 64.0D && worldserver.a((EntityHuman) this.player, blockposition)) {