From dc04ee87f82b3fcced1a334579acc24957c8c32c Mon Sep 17 00:00:00 2001 From: Automated Date: Wed, 16 Dec 2020 15:26:55 -0500 Subject: [PATCH] [CI-SKIP] [Auto] Rebuild Patches A recent commit has been made that caused patches to be out of order, rebuilding --- Spigot-API-Patches/Player-Tab-List-and-Title-APIs.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Spigot-API-Patches/Player-Tab-List-and-Title-APIs.patch b/Spigot-API-Patches/Player-Tab-List-and-Title-APIs.patch index 6fe5f79607..d8a530e218 100644 --- a/Spigot-API-Patches/Player-Tab-List-and-Title-APIs.patch +++ b/Spigot-API-Patches/Player-Tab-List-and-Title-APIs.patch @@ -433,7 +433,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 --- a/src/main/java/org/bukkit/entity/Player.java +++ b/src/main/java/org/bukkit/entity/Player.java @@ -0,0 +0,0 @@ package org.bukkit.entity; - + import java.net.InetSocketAddress; import java.util.UUID; +import com.destroystokyo.paper.Title; // Paper @@ -555,5 +555,5 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + */ + public void hideTitle(); // Paper end - + /**