From 3fdeba1f5c0daf8cd77ec9b43d10dafc3653afdd Mon Sep 17 00:00:00 2001 From: Aikar 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/0016-Player-Tab-List-and-Title-APIs.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Spigot-API-Patches/0016-Player-Tab-List-and-Title-APIs.patch b/Spigot-API-Patches/0016-Player-Tab-List-and-Title-APIs.patch index 26cfcb5c2..12ab35df0 100644 --- a/Spigot-API-Patches/0016-Player-Tab-List-and-Title-APIs.patch +++ b/Spigot-API-Patches/0016-Player-Tab-List-and-Title-APIs.patch @@ -433,7 +433,7 @@ index 695d80d8aabdbb4a6553d5446a8f7ea766b52472..c12087cd9551ad254867c428139bdf38 --- a/src/main/java/org/bukkit/entity/Player.java +++ b/src/main/java/org/bukkit/entity/Player.java @@ -2,6 +2,7 @@ package org.bukkit.entity; - + import java.net.InetSocketAddress; import java.util.UUID; +import com.destroystokyo.paper.Title; // Paper @@ -555,5 +555,5 @@ index 695d80d8aabdbb4a6553d5446a8f7ea766b52472..c12087cd9551ad254867c428139bdf38 + */ + public void hideTitle(); // Paper end - + /**