1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-17 18:47:40 +01:00

[CI-SKIP] [Auto] Rebuild Patches

A recent commit has been made that caused patches to be out of order, rebuilding
This commit is contained in:
Automated 2020-12-16 15:26:55 -05:00
parent 459947e6bf
commit dc04ee87f8

View file

@ -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
/**