Updated Upstream (Paper)

Upstream has released updates that appears to apply and compile correctly

Paper Changes:
d0ad658b Fix slime block in Anti-Xray
c64ad85b Fixed TileEntityBell memory leak
a84348b6 Add player elytra boost API
6dad6258 Fix item locations dropped from campfires
This commit is contained in:
William Blake Galbreath
2020-10-20 15:31:13 -05:00
parent 4beb3d1768
commit 14420cf3c2
6 changed files with 10 additions and 10 deletions

View File

@@ -5,10 +5,10 @@ Subject: [PATCH] Player invulnerabilities
diff --git a/src/main/java/org/bukkit/entity/Player.java b/src/main/java/org/bukkit/entity/Player.java
index 472194e7..ca98852f 100644
index cf70931b..96db1fad 100644
--- a/src/main/java/org/bukkit/entity/Player.java
+++ b/src/main/java/org/bukkit/entity/Player.java
@@ -1907,5 +1907,26 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
@@ -1920,5 +1920,26 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
* Reset the idle timer back to 0
*/
void resetIdleTimer();